#console #output #color

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

#33 in #colors

Download history 3/week @ 2024-08-30 11/week @ 2024-09-20 15/week @ 2024-09-27 8/week @ 2024-10-04 4/week @ 2024-10-11 6/week @ 2024-11-01 1/week @ 2024-11-15 4/week @ 2024-11-22 12/week @ 2024-11-29 27/week @ 2024-12-06 10/week @ 2024-12-13

53 downloads per month
Used in 3 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