Docs.rs
time-key-stream-set-0.1.6
time-key-stream-set 0.1.6
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
crates.io
Source
Owners
trueb2
Dependencies
async-compression ^0.4.0
normal
futures ^0.3.28
normal
lru ^0.10.0
normal
num_cpus ^1.15.0
normal
serde ^1.0.163
normal
tempdir ^0.3.7
normal
tokio ^1.28.1
normal
tracing ^0.1.37
normal
tsz-compress ^1.0.5
normal
rand ^0.8.5
dev
tokio ^1.28.1
dev
Versions
46.15%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
time_
key_
stream_
set
0.1.6
All Items
Crate Items
Modules
Structs
Enums
Type Aliases
Crate
time_key_stream_set
Copy item path
Source
Modules
§
prelude
stream_
set
time_
key
Structs
§
TkStream
Set
A
TkStreamSet
is the top-level context for a
time key
stream set used for deduplication of a mostly continuous stream of time-keyed data.
TkStream
SetBuilder
A
TkStreamSetBuilder
is used to create a
TkStreamSet
with clear configuration.
Enums
§
Memory
Limit
A
TkStreamSet
is a data structure that is primarily backed on disk. The data structure will only be temporarily loaded into memory with pages cached in memory as needed, but limited by the
MemoryLimit
setting.
Tkss
Error
Type Aliases
§
Tkss
Result