memrecd 0.4.0

Local-first AI memory with project isolation — for terminal, for private use
Documentation
1
2
3
4
5
mod handler;
mod unix_socket;

pub use handler::Router;
pub use unix_socket::UnixSocketServer;