Go to file
Greg Fitzgerald 09ccc1ee6d Use create_ticks() outside of benchmark for improved code coverage 2018-02-16 09:06:25 -07:00
src Use create_ticks() outside of benchmark for improved code coverage 2018-02-16 09:06:25 -07:00
.gitignore
.travis.yml
Cargo.toml
README.md Add code coverage badge 2018-02-16 09:02:44 -07:00

README.md

Build Status codecov

👊 phist 👊

An implementation of Loom's Proof-of-History.

Developing

Install Rust and Cargo:

$ curl https://sh.rustup.rs -sSf | sh

Download the source code:

$ git clone https://github.com/garious/phist.git
$ cd phist

Run the test suite:

cargo test