You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
monolith/src/lib.rs

13 lines
136 B
Rust

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