rust-lang-nursery / rust-cookbook

https://rust-lang-nursery.github.io/rust-cookbook
Creative Commons Zero v1.0 Universal
2.24k stars 286 forks source link

Add "Encode and decode base32" example #654

Open ia0 opened 2 years ago

ia0 commented 2 years ago

The 2 following tests are failing at master with cargo test and are the only failing at this PR:

The link checker fails at master and still fails at this PR with the same error (I made sure to have the same version of mdbook and link-checker as described in CONTRIBUTING.md):

IsADirectoryError: [Errno 21] Is a directory: '[...]/rust-cookbook/book/'

I decided to not create an issue for this PR since it's mostly a copy/paste from the "Encode and decode hex" example. Both use the same crate which is a generic library over hex, base32, base64, etc.

All other items in the PR list are taken into account without issue.