Info
This post is auto-generated from RSS feed The Rust Programming Language Forum - Latest topics. Source: Mongo Lite for Rust โ Now with CLI Starter Repo
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
1 post - 1 participant
๐ท๏ธ Rust_feed