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

base64ct: derive additional traits on alphabets #1578

Merged

Conversation

sivizius
Copy link
Contributor

This PR will implement all derivable std-traits mentioned in C-COMMON-TRAITS for base64-alphabets. This allows using these types e.g. as PhantomData<E> where E: Encoding and derive PartialOrd for the container-type. These alphabet-types are unit-structs, so there is not really a reason not to derive everything possible to make them more usable.

@sivizius sivizius force-pushed the base64ct-alphabets-c-common-traits branch from 8854bd5 to fde251c Compare October 19, 2024 16:54
@tarcieri tarcieri merged commit 75edabf into RustCrypto:master Oct 19, 2024
52 checks passed
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.

2 participants