Docs.rs
commonware-codec-0.0.60
commonware-codec 0.0.60
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
patrick-ogrady
Dependencies
bytes ^1.7.1
normal
paste ^1.0.15
normal
thiserror ^2.0.12
normal
Versions
100%
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
Module util
commonware_
codec
0.0.60
Module util
Module Items
Functions
In crate commonware_
codec
commonware_codec
Module
util
Copy item path
Source
Expand description
Codec utility functions
Functions
ยง
at_
least
Checks if the buffer has at least
len
bytes remaining. Returns an
Error::EndOfBuffer
if not.