Tutil

Travis CI Coveralls Crates.io Gitter License

Tutil is a toolbox for developing command line applications in Rust, influenced by the TTY library for Ruby which intends to reach feature parity with the majority of TTY's features to the extent that is practical in addition to having an extensive and thorough test suite.

The documentation can by accessed on my website.

Features

Implemented features will be marked with a tick (✔) and unimplemented features will be marked with a cross (✗).

Installation

Add the following to your Cargo.toml under the dependencies section:

toml [dependencies] tutil = "^0.1.0"