Docs.rs
postform_decoder-0.5.0
postform_decoder 0.5.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
Javier-varez
Dependencies
byteorder ^1.3
normal
colored ^2.0
normal
leb128 ^0.2
normal
log ^0.4
normal
object ^0.22
normal
rcobs ^0.1
normal
strum_macros ^0.20
normal
thiserror ^1.0
normal
bindgen ^0.57
build
Versions
35.14%
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
postform_
decoder
0.5.0
All Items
Crate Items
Structs
Enums
Constants
Functions
Crate
postform_decoder
Copy item path
Source
Structs
§
Decoder
Decodes Postform logs from the ElfMetadata and a buffer.
ElfMetadata
The ElfMetadata struct encapsulates all log metadata contained in the target ELF file. The log metadata contains the target configuration, along with the interned strings and log section markers.
Log
Representation of a parsed Postform log.
Serial
Decoder
Decoder for logs sent through a SerialLogger in libpostform. Implements rcobs decoding and detection of start/end of message.
Enums
§
Error
Error type for Postform Decoder.
LogLevel
Available log levels of Postform.
Constants
§
POSTFORM_
VERSION
Supported
postform
version
Functions
§
print_
log
Reads a log from buffer and prints it to stdout