codama-stores 0.9.1

Load the content of crates recursively in stores
Documentation
1
2
3
4
5
6
7
mod crate_store;
mod file_module_store;
mod root_store;

pub use crate_store::*;
pub use file_module_store::*;
pub use root_store::*;