planspec-server 0.1.0

Minimal PlanSpec API server - reference implementation
Documentation
1
2
3
4
5
6
7
mod sqlite;
mod types;

pub use sqlite::Store;
pub use types::StoredObject;
// Re-export WatchEvent from planspec_core
pub use planspec_core::WatchEvent;