Docs.rs
matter-codec-0.3.0
matter-codec 0.3.0
Docs.rs crate page
Apache-2.0
11 August 2026
Links
Homepage
Repository
crates.io
Source
Owners
hemanpa
Dependencies
thiserror ^2
normal
criterion ^0.5
dev
proptest ^1
dev
serde ^1
dev
toml ^1.1
dev
Versions
100%
of the crate is documented
Platform
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
Module writer
matter_
codec
0.3.0
Module writer
Module Items
Structs
In crate matter_
codec
matter_codec
Module
writer
Copy item path
Source
Expand description
Streaming TLV encoder. Appends to a caller-provided
Vec<u8>
.
Structs
ยง
TlvWriter
A streaming TLV encoder that appends to a caller-provided
Vec<u8>
.