panproto-protocols 0.30.0

Built-in protocol definitions for panproto
Documentation
1
2
3
4
5
6
7
8
//! Web and document format protocol definitions.

/// ATProto protocol definition and Lexicon parser/emitter.
pub mod atproto;
/// DOCX/Office Open XML protocol definition and parser/emitter.
pub mod docx;
/// Open Document Format protocol definition and parser/emitter.
pub mod odf;