2
0
mirror of https://github.com/Y2Z/monolith synced 2024-11-10 19:10:29 +00:00
monolith/src/lib.rs
2020-04-02 01:09:32 -04:00

11 lines
109 B
Rust

#[macro_use]
mod macros;
pub mod css;
pub mod html;
pub mod js;
pub mod utils;
#[cfg(test)]
pub mod tests;