Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: marshallpierce/rust-base64
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.21.6
Choose a base ref
...
head repository: marshallpierce/rust-base64
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.21.7
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Jan 11, 2024

  1. provide as_str() method to return the alphabet characters (#264)

    * provide as_string() method to return the alphabet characters
    
    * add docs for as_string()
    
    * put as_string() behind std feature flag
    
    * make as_string() -> as_str() and no_std compatible
    
    * use core::str over std::str
    JosiahParry authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    08deccf View commit details
    Browse the repository at this point in the history
  2. v0.21.7

    marshallpierce committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    9652c78 View commit details
    Browse the repository at this point in the history
Loading