mirror of
https://github.com/Y2Z/monolith
synced 2024-11-10 19:10:29 +00:00
11 lines
109 B
Rust
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;
|