mempal 0.3.1

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

pub mod config;
pub mod db;
pub mod protocol;
pub mod types;
pub mod utils;