gin-tonic-core 0.8.1

core functions for gin-tonic
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pub mod decoder;
pub mod encoder;
mod error;
mod map;
mod message;
mod repeated;
pub mod scalars;
mod tag;
mod traits;
mod types;
mod wire_types;

pub use error::ProtoError;
pub use tag::Tag;
pub use traits::{Decode, Encode, Map, Message, PackableMarker, Packed, Scalar, Unpacked};
pub use wire_types::{WIRE_TYPE_I32, WIRE_TYPE_I64, WIRE_TYPE_LENGTH_ENCODED, WIRE_TYPE_VARINT};