logic_based_learning_paths 0.0.2

A system for organizing project-based learning paths
Documentation
1
2
3
4
5
6
7
pub mod domain_without_loading;
pub mod prelude {
    pub use anyhow;
    pub use schemars;
    pub use serde_json;
    pub use serde_yaml;
}