protofish 0.5.3

Protofish is a decoder focused on decoding arbitrary protocol buffer messages with error recovery.
Documentation
1
2
3
4
//! Prelude that imports some of the commonly used types.

pub use crate::context::Context;
pub use crate::decode::{FieldValue, MessageValue, Value};