monolith/src/lib.rs

14 lines
150 B
Rust

#[macro_use]
extern crate lazy_static;
#[macro_use]
mod macros;
pub mod html;
pub mod http;
pub mod js;
pub mod utils;
#[cfg(test)]
pub mod tests;