protofish 0.5.2

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

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