panproto-protocols 0.74.1

Built-in protocol definitions for panproto
Documentation
1
2
3
4
5
6
7
8
//! Data schema protocol definitions.

/// BSON Schema protocol definition and parser/emitter.
pub mod bson;
/// CDDL (RFC 8610) protocol definition and parser/emitter.
pub mod cddl;
/// JSON Schema protocol definition and parser/emitter.
pub mod json_schema;