txn-core 0.1.1

The structs and traits for the `txn` and `async-txn` crates.
Documentation
[dependencies.cheap-clone]
version = "0.1"

[dependencies.either]
version = "1"

[dependencies.indexmap]
default-features = false
version = "2"

[dependencies.smallvec-wrapper]
features = ["const_new"]
version = "0.1"

[dependencies.thiserror]
version = "1"

[features]
default = ["std"]
std = []

[package]
description = "The structs and traits for the `txn` and `async-txn` crates."
edition = "2021"
homepage = "https://github.com/al8n/skipdb"
license = "MIT OR Apache-2.0"
name = "txn-core"
repository = "https://github.com/al8n/skipdb"
version = "0.1.1"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]