mempal 0.6.2

Project memory for coding agents. Single binary, hybrid search, knowledge graph.
Documentation
1
2
3
4
5
6
7
8
9
10
11
#![warn(clippy::all)]

#[cfg(feature = "rest")]
mod handlers;
#[cfg(feature = "rest")]
mod state;

#[cfg(feature = "rest")]
pub use handlers::{DEFAULT_REST_ADDR, router, serve};
#[cfg(feature = "rest")]
pub use state::ApiState;