shell

Crates.ioshell
lib.rsshell
version0.3.2
sourcesrc
created_at2015-04-20 22:00:16.549912
updated_at2017-02-06 23:58:28.946999
descriptionGeneric shell support. Also incudes support for colors and error printing.
homepagehttps://icorderi.github.io/shell.rs/
repositoryhttps://github.com/icorderi/shell.rs/
max_upload_size
id1906
size13,983
Core (github:actix:core)

documentation

https://icorderi.github.io/shell.rs/doc/shell/

README

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)

Commit count: 18

cargo fmt