#colors #console #output

shell

Generic shell support. Also incudes support for colors and error printing.

5 unstable releases

Uses old Rust 2015

0.3.2 Feb 6, 2017
0.3.1 Jan 15, 2016
0.3.0 Aug 21, 2015
0.2.0 Apr 21, 2015
0.0.1 Apr 20, 2015

#543 in Command-line interface

Download history 19/week @ 2023-05-27 16/week @ 2023-06-03 32/week @ 2023-06-17 13/week @ 2023-06-24 31/week @ 2023-07-01 32/week @ 2023-07-08 23/week @ 2023-07-15 30/week @ 2023-07-22 11/week @ 2023-07-29 14/week @ 2023-08-05 21/week @ 2023-08-12 17/week @ 2023-08-19 13/week @ 2023-08-26 11/week @ 2023-09-02 21/week @ 2023-09-09

69 downloads per month
Used in 2 crates

MIT license

11KB
249 lines

Shell.rs

Travis Crates.io Crates.io

Getting Started

Adding the dependency

To use the latest stable shell.rs crate add this to your Cargo.toml:

[dependencies.shell]

or if you want to link it to the GitHub repo add this instead:

[dependencies.shell]
    git = "https://github.com/icorderi/shell.rs"

Note: For more information on handling dependencies check the official cargo site.

Importing Shell.rs

To import Shell.rs add this to your code:

extern crate shell;

Documentation

If you need help don't forget to checkout the online documentation for the library.

Contributing

Get involved with the issues or submit a PR.

License

This project is licensed under The MIT License (MIT)

Dependencies

~160KB