stack-db 0.1.0

A (basically) infinitely stacking & extendable CoW database that has both readonly safety and incredible write speeds at the same time.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies]

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

[package]
authors = ["GreenChild04"]
categories = ["database"]
description = "A (basically) infinitely stacking & extendable CoW database that has both readonly safety and incredible write speeds at the same time."
edition = "2021"
keywords = ["database", "stack", "readonly-history"]
license = "MIT OR Apache-2.0"
name = "stack-db"
readme = "README.md"
repository = "https://github.com/GreenChild04/stack-db"
version = "0.1.0"