scursor 0.5.0

Secure cursor library with support for read and write transactions
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "kani"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b4b7234edbef8bfed0dd44c39b0cd344d4ef7fa2bcb5dec3c9c334874ed8744"

[[package]]
name = "scursor"
version = "0.5.0"
dependencies = [
 "kani",
]