Skip to content

signature: simplify encoding trait #1149

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

Merged
merged 1 commit into from
Nov 2, 2022

Conversation

tarcieri
Copy link
Member

@tarcieri tarcieri commented Nov 2, 2022

Removes the from_bytes and to_boxed_slice methods, as TryFrom and to_vec().into_boxed_slice() provide equivalent functionality.

Discussion

Removes the `from_bytes` and `to_boxed_slice` methods, as `TryFrom` and
`to_vec().into_boxed_slice()` provide equivalent functionality.
@tarcieri tarcieri merged commit 2fb70ac into master Nov 2, 2022
@tarcieri tarcieri deleted the signature/simplify-encoding-trait branch November 2, 2022 13:45
@tarcieri tarcieri mentioned this pull request Nov 2, 2022
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.

1 participant