This command line tool is light wrapper around Parity's SSZ library
that will encode files into an SSZ Vec<u8>
and print out the hexidecimal representation. This is
particularly useful for converting WebAssembly bytecode into SSZ.
```
USAGE:
ssz
For more information try --help ```
Apache 2.0