#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

#46 in #network-protocol

Download history 35/week @ 2023-10-31 11/week @ 2023-11-07 6/week @ 2023-11-14 44/week @ 2023-11-21 56/week @ 2023-11-28 21/week @ 2023-12-05 25/week @ 2023-12-12 9/week @ 2023-12-19 39/week @ 2023-12-26 4/week @ 2024-01-02 8/week @ 2024-01-09 7/week @ 2024-01-16 23/week @ 2024-01-23 37/week @ 2024-01-30 8/week @ 2024-02-06 67/week @ 2024-02-13

135 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