remem-ai 0.3.8

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

pub use promote::promote_summary_to_memories;
pub use slug::slugify_for_topic;