snapshotor 0.2.0

An abstraction layer of snapshot for developing multiple versions storage
Documentation
[dependencies.dbutils]
default-features = false
version = "0.12"

[dev-dependencies.crossbeam-skiplist]
package = "crossbeam-skiplist-pr1132"
version = "0.2"

[[example]]
name = "skiplist-mvcc"
path = "examples/skiplist_mvcc.rs"

[features]
default = []

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "database-implementations", "development-tools"]
description = "An abstraction layer of snapshot for developing multiple versions storage"
edition = "2021"
homepage = "https://github.com/al8n/layer0"
keywords = ["snapshot", "versioning", "database", "mvcc"]
license = "MIT OR Apache-2.0"
name = "snapshotor"
readme = "README.md"
repository = "https://github.com/al8n/layer0/tree/main/snapshotor"
rust-version = "1.81.0"
version = "0.2.0"

[package.metadata]
workspace = true

[[test]]
name = "skiplist-mvcc"
path = "tests/skiplist_mvcc.rs"