aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack O'Connor <[email protected]>2020-09-15 11:49:09 -0400
committerJack O'Connor <[email protected]>2020-09-15 11:49:09 -0400
commitd2a23f5330ecac25d30663364fdb87fdf8b1b5be (patch)
treec8eff4023723c4feec611265b820f74dd5c79619
parente70bc965e3d7c63d901a335e87ca841f9ac2b1ca (diff)
add a docs.rs badge
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index fca6dde..94794f1 100644
--- a/README.md
+++ b/README.md
@@ -108,7 +108,7 @@ time openssl sha256 /tmp/bigfile
time b3sum /tmp/bigfile
```
-### The `blake3` crate
+### The `blake3` crate [![docs.rs](https://docs.rs/blake3/badge.svg)](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: