Crates.io | shell |
lib.rs | shell |
version | 0.3.2 |
source | src |
created_at | 2015-04-20 22:00:16.549912 |
updated_at | 2017-02-06 23:58:28.946999 |
description | Generic shell support. Also incudes support for colors and error printing. |
homepage | https://icorderi.github.io/shell.rs/ |
repository | https://github.com/icorderi/shell.rs/ |
max_upload_size | |
id | 1906 |
size | 13,983 |
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.
To import Shell.rs add this to your code:
extern crate shell;
If you need help don't forget to checkout the online documentation for the library.
Get involved with the issues or submit a PR.
This project is licensed under The MIT License (MIT)