merkle-tree-db 0.0.1

Merkle tree database
Documentation
1
2
3
4
5
FROM rust:1.67
WORKDIR /usr/src/merkle-tree-db
COPY . .
RUN cargo test
CMD cargo test