I’ve been working on Deeb, a lightweight embedded database for Rust — think “Mongo Lite,” but designed to be easy to drop into any Rust project.
To help people get started faster, I’ve also put together a CLI starter repo that includes:
• Command parsing with Clap
• Built-in local persistence with Deeb
• Logging + .env setup out of the box
You can go from git clone → cargo run with persistent storage and a running cli in minutes.
Post: How to Build a Rust CLI with Built-In Data Persistence
Would love feedback, ideas, or even wild feature requests ![]()