Docs.rs
tc-btree-0.8.0
tc-btree 0.8.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
haydnv
Dependencies
async-trait ^0.1
normal
collate ~0.2.3
normal
destream ~0.5.2
normal
futures ^0.3
normal
log ^0.4
normal
num_cpus ^1.13
normal
safecast ^0.1
normal
tc-error ^0.7
normal
tc-transact ^0.16
normal
tc-value ^0.8
normal
tcgeneric ^0.6
normal
uuid ^1.2
normal
Versions
72.73%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
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
☰
Crate tc_btree
Version 0.8.0
All Items
Structs
Enums
Constants
Traits
Type Definitions
?
Crate
tc_btree
source
·
[
−
]
Expand description
A
BTree
, an ordered transaction-aware collection of
Key
s
Structs
BTreeFile
The base type of a
BTree
BTreeSlice
A slice of a
BTree
BTreeView
A view of a
BTree
within a single
Transaction
, used in serialization.
Column
A
Column
used in the schema of a
BTree
.
Node
A
BTree
node
Enums
BTree
A stateful, transaction-aware, ordered collection of
Key
s with O(log n) inserts and slicing
BTreeType
The
Class
of a
BTree
.
Constants
EXT
The file extension of a
BTree
as stored on-disk
Traits
BTreeInstance
Common
BTree
methods.
BTreeWrite
BTree
write methods.
Type Definitions
Key
A
BTree
key.
NodeId
Range
A
BTree
selector.
RowSchema
The schema of a
BTree
.