1
Fork 0
mirror of https://github.com/Steffo99/patched-porobot.git synced 2024-12-23 18:14:20 +00:00
patched-porobot/src/lib.rs

6 lines
74 B
Rust
Raw Normal View History

pub mod schema;
pub mod load;
2022-08-04 08:36:52 +00:00
#[cfg(feature = "search")]
pub mod search;