pretty-hash 0.1.0

Output binary buffers as a nice, shortened hex string.
Documentation
# pretty-hash
[![crates.io version][1]][2] [![build status][3]][4]
[![downloads][5]][6] [![docs.rs docs][7]][8]

Output binary buffers as a nice, shortened hex string. Adapted from
[pfrazee/pretty-hash](https://github.com/pfrazee/pretty-hash).

- [Documentation][8]
- [Crates.io][2]

## Usage
```rust
```

## Installation
```sh
$ cargo add pretty-hash
```

## License
[MIT](./LICENSE-MIT) OR [Apache-2.0](./LICENSE-APACHE)

[1]: https://img.shields.io/crates/v/pretty-hash.svg?style=flat-square
[2]: https://crates.io/crates/pretty-hash
[3]: https://img.shields.io/travis/datrs/pretty-hash.svg?style=flat-square
[4]: https://travis-ci.org/datrs/pretty-hash
[5]: https://img.shields.io/crates/d/pretty-hash.svg?style=flat-square
[6]: https://crates.io/crates/pretty-hash
[7]: https://docs.rs/pretty-hash/badge.svg
[8]: https://docs.rs/pretty-hash