petname 0.2.0

Generate human readable random names.
Documentation
# rust-petname

A [petname](http://blog.dustinkirkland.com/2015/01/introducing) library
and command-line tool in [Rust](https://www.rust-lang.org/).


## Getting Started

To install the command-line tool:

  * [Install cargo]https://crates.io/install,
  * Install this crate: `cargo install petname`.

Alternatively, to hack the source:

  * [Install cargo]https://crates.io/install,
  * Clone this repository,
  * Build it: `cargo build`.


## Running the tests

After installing the source (see above) run tests with: `cargo test`.


## License

This project is licensed under the Apache 2.0 License. See the
[LICENSE](LICENSE) file for details.