mnemo-db 0.5.16

Name-reservation pointer crate for the mnemo memory database. mnemo ships as focused crates — install `mnemo-core` (engine) and `mnemo-mcp` (MCP server). This crate is intentionally empty.
Documentation
  • Coverage
  • 100%
    3 out of 3 items documented0 out of 0 items with examples
  • Size
  • Source code size: 5.43 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 250.86 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 5s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • sattyamjjain/mnemo
    3 0 4
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • sattyamjjain

mnemo-db (Rust) — name-reservation pointer

This crates.io crate is intentionally empty. mnemo — an MCP-native, cryptographically-auditable memory database for AI agents — ships as focused Rust crates, not a single mnemo-db crate.

Install the real crates

cargo add mnemo-core   # embeddable memory engine: storage, vector + full-text
                       # search, hash-chained tamper-evident audit log
cargo add mnemo-mcp    # MCP server: REMEMBER / RECALL / FORGET / SHARE as tools

Also published: mnemo-compliance (EU AI Act Art.12 · India DPDP · OWASP ASI06 mappings) and mnemo-attention-state.

Why this crate exists

The unqualified mnemo name on crates.io belongs to an unrelated crate. This crate reserves mnemo-db and points Rust users at the official crates rather than leaving the name to a squatter. It carries no code and will stay a thin pointer.

Not the Python package

The Python bindings are distributed on PyPI as mnemo-db (pip install mnemo-db) — a separate registry and a real, functional package. This crates.io Rust crate is only a pointer; do not confuse the two.

Apache-2.0 · https://github.com/sattyamjjain/mnemo