Skip to content

pirapira/kissdb-rust

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

kissdb-rust

Currently, it does not compile. This is just my small toy for me to learn rust.

(Keep It) Simple and Stupid Database ported to 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

About

kissdb ported to rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages