description | A toolbox for developing command line applications with Rust. |
homepage URL | https://github.com/SShrike/tutil |
repository URL | https://github.com/SShrike/tutil.git |
owner | severen@shrike.me |
last change | Sun, 4 Dec 2016 20:38:25 +0000 (5 09:38 +1300) |
last refresh | Thu, 21 Nov 2024 07:41:32 +0000 (21 08:41 +0100) |
mirror URL | git://repo.or.cz/tutil.git |
https://repo.or.cz/tutil.git | |
ssh://git@repo.or.cz/tutil.git | |
bundle info | tutil.git downloadable bundles |
content tags |
Build Status | |
---|---|
Travis | |
AppVeyor |
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.
Tutil intends to support Linux, BSD, macOS (formerly known as OS X) and Windows. However, in this early stage of development, Tutil in its entirety probably only works on Linux.
The stable documentation can by accessed here.
Implemented features will be marked with a tick (✔) and unimplemented features will be marked with a cross (✗).
There is a tracking issue for these which may be more up-to-date.
Add the following to your Cargo.toml
under the dependencies section:
[dependencies]
tutil = "^0.1.0"
8 years ago | v0.2.0 | Version 0.2.0 | tag | commitlog |
8 years ago | v0.1.1 | commitlog | ||
8 years ago | v0.1.0 | commitlog |
7 years ago | master | logtree |
8 years ago | gh-pages | logtree |
8 years ago | user-input-prompts | logtree |