ansi-parser 0.6.5

A library using nom for parsing ANSI Escape Codes
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "ansi-parser"
description = "A library using nom for parsing ANSI Escape Codes"
homepage = "https://gitlab.com/DavidBittner/ansi-parser"
authors = ["David Bittner <bittneradave@gmail.com>"]

version = "0.6.5"
license = "MPL-2.0"

edition = "2018"

[dependencies]
nom = "4.2.3"