Docs.rs
kaspa-database-0.15.0
kaspa-database 0.15.0
Permalink
Docs.rs crate page
ISC
Links
Repository
crates.io
Source
Owners
aspect
tiram88
michaelsutton
Dependencies
bincode ^1.3.3
normal
enum-primitive-derive ^0.3.0
normal
faster-hex ^0.9.0
normal
indexmap ^2.1.0
normal
itertools ^0.13.0
normal
kaspa-hashes ^0.15.0
normal
kaspa-utils ^0.15.0
normal
num-traits ^0.2.17
normal
num_cpus ^1.16.0
normal
parking_lot ^0.12.1
normal
rand ^0.8.5
normal
rocksdb ^0.22.0
normal
serde ^1.0.190
normal
smallvec ^1.11.1
normal
tempfile ^3.8.1
normal
thiserror ^1.0.50
normal
Versions
24.72%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
kaspa_
database
0.15.0
All Items
Crate Items
Modules
Macros
Crate
kaspa_database
Copy item path
Source
Modules
§
prelude
registry
utils
Macros
§
create_
permanent_
db
Creates a DB within the provided directory path. Callers must keep the
TempDbLifetime
guard for as long as they wish the DB instance to exist.
create_
temp_
db
Creates a DB within a temp directory under
<OS SPECIFIC TEMP DIR>/kaspa-rust
Callers must keep the
TempDbLifetime
guard for as long as they wish the DB to exist.
load_
existing_
db
Loads an existing DB from the provided directory path. Callers must keep the
TempDbLifetime
guard for as long as they wish the DB instance to exist.