index
:
rocket-blog.git
master
Simple blog engine with Rust, Rocket and Diesel.
Harald Eilertsen
about
summary
refs
log
blame
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
models
/
mod.rs
blob: 0d38f29774ea5738baa0027cdde750c6f03c46aa (
plain
) (
tree
)
f6e5153
1
2
3
pub
mod
post
;
pub
use
self
::
post
::
Post
;
pub
use
self
::
post
::
NewPost
;