Crates.io | mhash |
lib.rs | mhash |
version | 0.3.0 |
source | src |
created_at | 2016-11-05 16:23:20.006493 |
updated_at | 2017-01-07 15:51:48.570714 |
description | An implementation of the multihash format used in IPFS |
homepage | |
repository | https://github.com/mycorrhiza/mhash-rs |
max_upload_size | |
id | 7137 |
size | 38,427 |
A Rust implementation of the multihash format as used in IPFS.
This project uses clippy and denies warnings in CI builds. To ensure your
changes will be accepted please check them with cargo clippy
(available via
cargo install clippy
on nightly rust) before submitting a pull request (along
with cargo test
as usual).
Both the nightly date and clippy version used in CI are pinned in the
.travis.yml
as clippy sometimes breaks for a few days after a new nightly is
published, feel free to update to a new known good pair anytime as part of a
pull request.
There are a few different features available as they affect the dependencies
that are brought in and are not needed for all cases. Most of the time you
should be able to get away with testing with cargo test --all-features
to
enable all of them at once. CI builds a few different subsets that are likely to
be enabled together.
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be dual licensed as above, without any additional terms or conditions.