uptime-kuma-dashboard/src/data/status_page/mod.rs

3 lines
63 B
Rust

pub mod model;
pub mod parser;
pub use parser::parse_response;