natter/src/blog_post/mod.rs

3 lines
53 B
Rust
Raw Normal View History

mod definition;
pub(crate) use definition::BlogPost;