protofish/
prelude.rs

1//! Prelude that imports some of the commonly used types.
2
3pub use crate::context::Context;
4pub use crate::decode::{FieldValue, MessageValue, Value};