panproto-protocols 0.30.0

Built-in protocol definitions for panproto
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//! Serialization and IDL protocol definitions.

/// ASN.1 protocol definition and parser/emitter.
pub mod asn1;

/// Apache Avro protocol definition and `.avsc` parser/emitter.
pub mod avro;

/// Microsoft Bond protocol definition and parser/emitter.
pub mod bond;

/// FlatBuffers protocol definition and `.fbs` parser/emitter.
pub mod flatbuffers;

/// MessagePack Schema protocol definition and JSON parser/emitter.
pub mod msgpack_schema;