Skip to main content

ought_spec/
lib.rs

1pub mod config;
2pub mod graph;
3pub mod parser;
4pub mod types;
5
6pub use config::SpecsConfig;
7pub use graph::SpecGraph;
8pub use parser::{OughtMdParser, Parser};
9pub use types::*;