Files
rustycms/src/lib.rs

7 lines
160 B
Rust

//! Library for RustyCMS (used by the main server binary and by tools like export-json-schema).
pub mod api;
pub mod referrers;
pub mod schema;
pub mod store;