neodb 0.1.0-alpha.2

A fast, lightweight key-value database written in Rust. (Work in Progress)
Documentation
# NeoDB

***! this is just in the alpha phase!***

[![Crates.io](https://img.shields.io/crates/v/neodb.svg)](https://crates.io/crates/neodb)
[![Documentation](https://docs.rs/neodb/badge.svg)](https://docs.rs/neodb/) 
[![GitHub Repository](https://img.shields.io/badge/github-neodb--rust-blue?logo=github)](https://github.com/eyukselen/neodb-rust)
[![License: MIT](https://img.shields.io/badge/License-MIT-orange.svg)](https://opensource.org/licenses/MIT)


Simple key value store with indexing capability.


## Features
* stores key value pairs.
* records can be indexed by given values
* values can be of any type

## To be implemented
special value types with extra functionality:
* set
* map
* index