16 releases
Uses old Rust 2015
0.0.15 | Dec 25, 2015 |
---|---|
0.0.14 | Dec 12, 2015 |
0.0.10 | Nov 28, 2015 |
0.0.1 | May 20, 2015 |
#4 in #lf
45 downloads per month
28KB
894 lines
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.
lib.rs
:
PlainTalk
This is a library for parsing and generating PlainTalk.
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.
Dependencies
~240KB