shell 0.3.0

Generic shell support. Also incudes support for colors and error printing.
docs.rs failed to build shell-0.3.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: shell-0.3.2

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)