Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "Encode and decode base32" example #654

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ia0
Copy link

@ia0 ia0 commented Jan 15, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant