# lifehash - The Rust implementation
LifeHash is a method of hash visualization. This is a rust implementation of [bc-lifehash](https://github.com/BlockchainCommons/bc-lifehash), see there for an overview of LifeHash.
## Dependencies
- [clap](https://github.com/clap-rs/clap) for Command Line Parsing
- [hex](https://github.com/KokaKiwi/rust-hex) for encoding and decoding hex
- [png](https://github.com/image-rs/image-png) for saving created image to file in png format
- [sha2](https://github.com/RustCrypto/hashes) for hashing input data
## Installation
```bash
$ cargo install lifehash
```
## Using the CLI
```bash
```
## Testing
```bash
$ cargo test --package lifehash
```