Docs.rs
lsm-tree-0.3.1
lsm-tree 0.3.1
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
marvin-j97
Dependencies
bit-vec ^0.6.3
normal
byteorder ^1.5.0
normal
chrono ^0.4.31
normal
crc32fast ^1.3.2
normal
crossbeam-skiplist ^0.1.3
normal
fs_extra ^1.3.0
normal
guardian ^1.1.0
normal
log ^0.4.20
normal
lz4_flex ^0.11.2
normal
min-max-heap ^1.3.0
normal
quick_cache ^0.4.0
normal
rand ^0.8.5
normal
seahash ^4.1.0
normal
serde ^1.0.195
normal
serde_json ^1.0.111
normal
tempfile ^3.9.0
normal
criterion ^0.5.1
dev
nanoid ^0.4.0
dev
test-log ^0.2.14
dev
Versions
100%
of the crate is documented
This release has been yanked, go to latest version
Platform
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
lsm_tree
0.3.1
UserKey
Aliased type
In crate lsm_tree
?
Type Alias
lsm_tree
::
UserKey
source
·
[
−
]
pub type UserKey =
Arc
<[
u8
]>;
Expand description
User defined key
Aliased Type
§
struct UserKey {
/* private fields */
}