Docs.rs
vb-0.2.2
vb 0.2.2
Docs.rs crate page
MulanPSL-2.0
Links
Homepage
Repository
crates.io
Source
Owners
xxaier
3tieto
i18nsite
Dependencies
thiserror ^2.0.17
normal
Versions
50%
of the crate is documented
Go to latest version
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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 vb
vb
0.2.2
All Items
Crate Items
Enums
Functions
Type Aliases
Crate
vb
Copy item path
Source
Enums
§
Error
Functions
§
d
Decode a single variable-byte encoded integer from the input. Returns the value and the number of bytes consumed.
d_diff
diff
Decodes a sequence of integers encoded with
e_diff
. Reconstructs the original increasing sequence from the differences.
d_li
Decodes a list of variable-byte encoded integers from the input.
e_diff
diff
Encodes a strictly increasing sequence of
u64
integers using differential encoding (delta encoding) combined with variable-byte encoding. This reduces the serialized size by storing the differences between consecutive values.
e_li
Encodes a list of
u64
integers into variable-byte format.
Type Aliases
§
Result