ansitok 0.2.0

A library for parsing ANSI Escape Codes
Documentation
[package]
name = "ansitok"
description = "A library for parsing ANSI Escape Codes"
homepage = "https://gitlab.com/zhiburt/ansitok"
repository = "https://gitlab.com/zhiburt/ansitok"
authors = ["Maxim Zhiburt <zhiburt@gmail.com>"]
keywords = ["ansi", "escape", "terminal"]
categories = ["parser-implementations", "no-std"]
version = "0.2.0"
license = "MIT"
edition = "2021"

[dependencies]
vte = "0.10.1"
nom = "7.1.1"

[features]
default = ["std"]
std = ["nom/std"]