protobin 0.6.0

A rust crate with basic functions to encode & decode Protocol Buffer binary messages.
Documentation
mod wire_decoder;
pub use wire_decoder::*;

mod wire_encoder;
pub use wire_encoder::*;

mod wire_i32;
pub use wire_i32::*;

mod wire_i64;
pub use wire_i64::*;

mod wire_len_calc;
pub use wire_len_calc::*;

mod wire_len_ref;
pub use wire_len_ref::*;

mod wire_type;
pub use wire_type::*;

mod wire_value_ref;
pub use wire_value_ref::*;

mod wire_var_int;
pub use wire_var_int::*;