6 lines
69 B
Rust
Raw Normal View History

mod document;
mod history;
pub use document::*;
pub use history::*;