Docs.rs
rskafka_wasi-0.3.1
rskafka_wasi 0.3.1
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
juntao
Dependencies
async-socks5 ^0.5
normal
optional
async-trait ^0.1
normal
bytes ^1.1
normal
chrono ^0.4
normal
crc32c ^0.6
normal
flate2 ^1
normal
optional
futures ^0.3
normal
integer-encoding ^3
normal
lz4 ^1.23
normal
optional
parking_lot ^0.12
normal
pin-project-lite ^0.2
normal
rand ^0.8
normal
rustls ^0.20
normal
optional
snap ^1
normal
optional
thiserror ^1.0
normal
tokio-rustls ^0.23
normal
optional
tracing ^0.1
normal
zstd ^0.11
normal
optional
assert_matches ^1.5
dev
criterion ^0.4
dev
dotenvy ^0.15.1
dev
futures ^0.3
dev
once_cell ^1.9
dev
rustls-pemfile ^1.0
dev
tracing-log ^0.1
dev
tracing-subscriber ^0.3
dev
uuid ^1.0
dev
tokio ^1.19
normal
j4rs ^0.14
dev
procspawn ^0.10
dev
proptest ^1
dev
proptest-derive ^0.3
dev
rdkafka ^0.29
dev
tokio ^1.14
dev
tokio_wasi ^1
normal
Versions
43.68%
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
Module vec_builder
rskafka
0.3.1
Module vec_
builder
Module Items
Structs
Constants
In rskafka::
protocol
rskafka
::
protocol
Module
vec_
builder
Copy item path
Source
Expand description
Helper to build a vector w/o blowing up memory.
Structs
§
VecBuilder
Helper to build a vector w/ limited memory consumption.
Constants
§
DEFAULT_
BLOCK_
SIZE
Default block size (10MB).