Docs.rs
dial9-trace-format-0.2.0
dial9-trace-format 0.2.0
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
rcoh
Dependencies
dial9-trace-format-derive ^0.2.0
normal
serde ^1
normal
optional
criterion ^0.5
dev
flate2 ^1
dev
serde_json ^1
dev
tempfile ^3
dev
Versions
36.54%
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
Skip to main content
Module decoder
dial9_
trace_
format
0.2.0
Module decoder
Module Items
Structs
Enums
In crate dial9_
trace_
format
dial9_trace_format
Module
decoder
Copy item path
Source
Structs
§
Decode
Error
Error returned when the decoder cannot continue reading the stream. Because frames are not length-prefixed, a decode error is unrecoverable — the decoder cannot skip the malformed frame to find the next one.
Decoder
Event
Iter
Iterator that yields only
DecodedFrameRef::Event
frames, consuming non-event frames to keep decoder state up to date.
RawEvent
A decoded event passed to
Decoder::for_each_event
.
String
Pool
A map from interned string IDs to their resolved string values.
Enums
§
Decoded
Frame
Decoded events yielded by the decoder.
Decoded
Frame
Ref
Zero-copy decoded frame that borrows from the input buffer.