Docs.rs
commonware-codec-2026.2.0
commonware-codec 2026.2.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
patrick-ogrady
Dependencies
arbitrary ^1.4.1
normal
optional
bytes ^1.7.1
normal
cfg-if ^1.0.0
normal
commonware-conformance ^2026.2.0
normal
optional
commonware-macros ^2026.2.0
normal
paste ^1.0.15
normal
rand ^0.8.5
normal
optional
rand_chacha ^0.3
normal
optional
thiserror ^2.0.12
normal
proptest ^1.8.0
dev
Versions
100%
of the crate is documented
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
Skip to main content
MAX_U32_VARINT_SIZE
commonware_
codec
2026.2.0
In commonware_
codec::
varint
commonware_codec
::
varint
Constant
MAX_
U32_
VARINT_
SIZE
Copy item path
Source
pub const MAX_U32_VARINT_SIZE:
usize
= _; // 5usize
Expand description
Maximum encoded size of a u32 varint in bytes.