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

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