spool-memory 0.2.3

Local-first developer memory system — persistent, structured knowledge for AI coding tools
Documentation
1
2
3
4
5
pub mod loader;
pub mod model;

pub use loader::load_from_path;
pub use model::*;