Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pirapira/kissdb-rust
kissdb ported to rust
https://github.com/pirapira/kissdb-rust
Last synced: 26 days ago
JSON representation
kissdb ported to rust
- Host: GitHub
- URL: https://github.com/pirapira/kissdb-rust
- Owner: pirapira
- License: mit
- Created: 2013-11-16T11:07:57.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-31T20:41:52.000Z (about 10 years ago)
- Last Synced: 2024-10-28T13:47:34.314Z (2 months ago)
- Language: Rust
- Size: 172 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
kissdb-rust
===========*Currently, it does not compile. This is just my small toy for me to learn rust.*
[(Keep It) Simple and Stupid Database](https://github.com/zerotier/kissdb.git) ported to [rust](https://github.com/mozilla/rust).
Currently, put and get have been implemented. Iterator methods to come.
To perform some tests:
% git clone https://github.com/pirpaira/kissdb-rust
% cd kissdb-rust
% rustc --test ./kissdb-rust.rs # assuming master branch of rust
% ./kissdb-rust