Skip to main content

potato_spec/
lib.rs

1pub mod error;
2pub mod loader;
3pub mod spec;
4
5pub use error::SpecError;
6pub use loader::{LoadedSpec, SpecLoader};
7pub use spec::{PotatoSpec, PromptRef};