scursor 0.3.0

Secure cursor library with support for read and write transactions
Documentation
[lib]
name = "scursor"
path = "src/lib.rs"

[lints.clippy]

[lints.rust]
missing_copy_implementations = "deny"
missing_docs = "deny"
non_ascii_idents = "deny"
trivial_casts = "deny"
unreachable_pub = "deny"
unsafe_code = "forbid"
warnings = "deny"

[lints.rust.unused]
level = "deny"
priority = -1

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Secure cursor library with support for read and write transactions"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "scursor"
readme = "README.md"
repository = "https://github.com/stepfunc/scursor"
version = "0.3.0"