Crates.io | plaintalk |
lib.rs | plaintalk |
version | 0.0.15 |
source | src |
created_at | 2015-05-20 21:14:44.227088 |
updated_at | 2015-12-25 21:00:18.465166 |
description | A library for parsing and generating PlainTalk |
homepage | |
repository | https://github.com/maghoff/plaintalk |
max_upload_size | |
id | 2156 |
size | 27,458 |
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.