Skip to content

Commit

Permalink
Fix missing examples links
Browse files Browse the repository at this point in the history
  • Loading branch information
ventaquil committed Oct 6, 2024
1 parent 0b51dd2 commit 6413c7e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .cargo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ For implementation-specific examples, refer to the documentation of the followin
* [`chksum-md5`](https://crates.io/crates/chksum-md5)
* [`chksum-sha1`](https://crates.io/crates/chksum-sha1)
* [`chksum-sha2`](https://crates.io/crates/chksum-sha2)
* [`chksum-sha2-224`](http://crates.io/crates/chksum-sha2-224)
* [`chksum-sha2-256`](http://crates.io/crates/chksum-sha2-256)
* [`chksum-sha2-384`](http://crates.io/crates/chksum-sha2-384)
* [`chksum-sha2-512`](http://crates.io/crates/chksum-sha2-512)

## License

Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ For implementation-specific examples, refer to the documentation of the followin
* [`chksum-md5`](https://github.com/chksum-rs/md5)
* [`chksum-sha1`](https://github.com/chksum-rs/sha1)
* [`chksum-sha2`](https://github.com/chksum-rs/sha2)
* [`chksum-sha2-224`](http://github.com/chksum-rs/sha2-224)
* [`chksum-sha2-256`](http://github.com/chksum-rs/sha2-256)
* [`chksum-sha2-384`](http://github.com/chksum-rs/sha2-384)
* [`chksum-sha2-512`](http://github.com/chksum-rs/sha2-512)

## License

Expand Down

0 comments on commit 6413c7e

Please sign in to comment.