remem-ai 0.4.4

Persistent memory for Claude Code — single binary, zero subprocesses
Documentation
1
2
3
4
5
6
7
8
mod config;
#[cfg(test)]
mod tests;
mod timer;
mod write;

pub use timer::Timer;
pub use write::{debug, error, info, open_log_append, warn};