1
2
3
4
5
6
7
use serde_json::Value;

pub mod template;
pub mod limit;
pub mod rule;
pub use limit::PageLimit;
pub use template::TEMPLATE;