maghoff / plaintalk

A Rust library for parsing and generating PlainTalk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PlainTalk

This is a library for parsing and generating PlainTalk in Rust.

PlainTalk is a message and field framing protocol. Fields are separated by an ASCII space, messages are terminated by a newline (CR LF or LF). For a more complete description of PlainTalk, see PlainTalk – Introduction and Definition.

See also the reference documentation.

About

A Rust library for parsing and generating PlainTalk


Languages

Language:Rust 99.3%Language:Shell 0.7%