maud/docs/src/lib.rs

6 lines
76 B
Rust
Raw Normal View History

#![feature(once_cell)]
pub mod page;
pub mod string_writer;
pub mod views;