#network #protocol

plaintalk

A library for parsing and generating PlainTalk

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

#32 in #network-protocol

Download history 4/week @ 2023-05-17 2/week @ 2023-05-24 14/week @ 2023-05-31 16/week @ 2023-06-07 8/week @ 2023-06-14 30/week @ 2023-06-21 35/week @ 2023-06-28 6/week @ 2023-07-05 7/week @ 2023-07-12 9/week @ 2023-07-19 11/week @ 2023-07-26 6/week @ 2023-08-02 8/week @ 2023-08-09 24/week @ 2023-08-16 19/week @ 2023-08-23 5/week @ 2023-08-30

58 downloads per month

MIT license

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

~245KB