monotree 0.1.4

Rust implementation of an optimized Sparse Merkle Tree
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Changelog

## 0.1.0
* First public release

## 0.1.3
* Fixed crates.io metadata
* Added Hasher as an option
* Added travis and benchmarks by criterion

## 0.1.4
* Added feature-gates for rocksdb and sled
* Moved criterion from [dependencies] to [dev-dependencies]