diff options
| author | Jack O'Connor <[email protected]> | 2020-09-15 11:49:09 -0400 |
|---|---|---|
| committer | Jack O'Connor <[email protected]> | 2020-09-15 11:49:09 -0400 |
| commit | d2a23f5330ecac25d30663364fdb87fdf8b1b5be (patch) | |
| tree | c8eff4023723c4feec611265b820f74dd5c79619 | |
| parent | e70bc965e3d7c63d901a335e87ca841f9ac2b1ca (diff) | |
add a docs.rs badge
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -108,7 +108,7 @@ time openssl sha256 /tmp/bigfile time b3sum /tmp/bigfile ``` -### The `blake3` crate +### The `blake3` crate [](https://docs.rs/blake3) To use BLAKE3 from Rust code, add a dependency on the `blake3` crate to your `Cargo.toml`. Here's an example of hashing some input bytes: |
