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

Refactor traits #315

Merged
merged 1 commit into from
Apr 27, 2023
Merged

Refactor traits #315

merged 1 commit into from
Apr 27, 2023

Conversation

tarcieri
Copy link
Member

There were several modules that defined traits, including one called traits.

This consolidates all of them under traits, retaining the previous module structure as internal submodules:

  • keytraits => traits::keys
  • padding => traits::padding
  • traits => traits::encryption

Additionally this removes the traits that were re-exported at the toplevel, instead re-exporting them all under traits.

cc @lumag

There were several modules that defined traits, including one called
`traits`.

This consolidates all of them under `traits`, retaining the previous
module structure as internal submodules:

- `keytraits` => `traits::keys`
- `padding` => `traits::padding`
- `traits` => `traits::encryption`

Additionally this removes the traits that were re-exported at the
toplevel, instead re-exporting them all under `traits`.
@tarcieri tarcieri merged commit d9968bc into master Apr 27, 2023
@tarcieri tarcieri deleted the refactor-traits branch April 27, 2023 13:39
@tarcieri tarcieri mentioned this pull request Apr 27, 2023
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

2 participants