Go to file
Greg Fitzgerald 38485b09c7 Move tests to expose them to rustfmt and kcov 2018-02-15 17:47:54 -07:00
src Move tests to expose them to rustfmt and kcov 2018-02-15 17:47:54 -07:00
.gitignore cargo init 2018-02-14 07:23:59 -07:00
.travis.yml First attempt at lighting up code coverage 2018-02-15 17:47:34 -07:00
Cargo.toml Upgrade dependencies 2018-02-15 15:26:52 -07:00
README.md First attempt at lighting up code coverage 2018-02-15 17:47:34 -07:00

README.md

Build Status

👊 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