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

ssh-encoding: add Encode::{encode_vec, encode_bytes} #267

Merged
merged 1 commit into from
Aug 13, 2024

Conversation

tarcieri
Copy link
Member

Adds convenience methods for producing a Vec<u8> or BytesMut from any type which impls Encode.

Adds convenience methods for producing a `Vec<u8>` or `BytesMut` from
any type which impls `Encode`.
@tarcieri tarcieri merged commit e0d423b into master Aug 13, 2024
27 checks passed
@tarcieri tarcieri deleted the ssh-encoding/add-vec-and-bytes-encoding-helpers branch August 13, 2024 16:52
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