7 lines
125 B
Rust
7 lines
125 B
Rust
#![cfg_attr(not(feature = "ci"), warn(missing_docs))]
|
|
|
|
#[macro_use]
|
|
extern crate serde_derive;
|
|
|
|
pub mod apps;
|
|
pub mod posts;
|