rust-cookbook
rust-cookbook copied to clipboard
Add "Encode and decode base32" example
The 2 following tests are failing at master with cargo test
and are the only failing at this PR:
-
rand_choose_sect_create_random_passwords_from_a_set_of_user_defined_characters_line_8
-
rand_range_sect_generate_random_numbers_within_a_range_line_7
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.