kaolinite 0.1.3

A crate to assist in the creation of TUI text editors.
Documentation
[package]
name = "kaolinite"
version = "0.1.3"
edition = "2018"
license = "MIT"
description = "A crate to assist in the creation of TUI text editors."
repository = "https://github.com/curlpipe/kaolinite"
readme = "README.md"
keywords = ["unicode", "text-processing"]
categories = ["text-processing"]

[dependencies]
once_cell = "1.8.0"
regex = "1.5.4"
unicode-width = "0.1.8"