A Rust implementation of a blockchain using Merkle Tree verification
We're building with cargo so make sure to build using:
`cargo build`
and run using:
`cargo run`
The test file will only be ran and compiled with:
`cargo test`
as the test functions are ignored in the compilation done by `cargo build`