control-code 0.4.5

Control code parser and formatter.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name    = "control-code"
version = "0.4.5"

authors = ["meh. <meh@schizofreni.co>"]
license = "WTFPL"

description = "Control code parser and formatter."
repository  = "https://github.com/meh/rust-control-code"
keywords    = ["ecma48", "iso6429", "control"]

[dependencies]
nom      = "1.0"
smallvec = "0.2"