mu_db 0.0.1

A simple and lightweight key-value based database
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies]

[lib]
name = "mu_db"
path = "src/lib.rs"

[package]
authors = ["ManiGhazaee <hosseinghazaee1@gmail.com>"]
description = "A simple and lightweight key-value based database"
edition = "2021"
keywords = ["database", "storage"]
license = "MIT"
name = "mu_db"
readme = "README.md"
repository = "https://github.com/ManiGhazaee/mu_db"
version = "0.0.1"