quick-protobuf 0.8.1

A pure Rust protobuf (de)serializer. Quick.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#![allow(dead_code)]

// utility module from rust-protobuf to decode/encode in hexadecimal
// ... used only for tests
mod hex;

#[macro_use]
mod test_utils;

mod v2;

//#[cfg(proto3)]
mod v3;