metamessage 0.1.19

MetaMessage (mm) is a structured data exchange protocol. It is self-describing, self-constraining, and self-exemplifying, enabling lossless data exchange. It is designed as a next-generation universal protocol that natively supports AI, humans, and machines.
Documentation
1
2
3
4
5
pub mod scanner;
pub mod parser;

pub use scanner::{Scanner, Token, TokenType};
pub use parser::Parser;