multihash 0.9.0

Implementation of the multihash format
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
language: rust

rust:
  - beta
  - stable

before_script:
  - rustup component add clippy rustfmt

script:
  - cargo fmt --all -- --check
  - cargo clippy --all-targets --all-features -- -D warnings
  - cargo build
  - cargo test