LevelDB-rs: implementation of LevelDB in Rust
A reimplementation of LevelDB in Rust (no bindings). - GitHub - dermesser/leveldb-rs: A reimplementation of LevelDB in Rust (no bindings). (more…)
Read more »
This RFC adds support for single-file bin packages in cargo.\nSingle-file bin packages are rust source files with an embedded manifest and a\nmain.\nThese files will be accepted by cargo commands as –manifest-path just like Cargo.toml files.\ncargo will … Read more