Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Remove serde_yaml::to_vec #291

Merged
merged 1 commit into from Jul 28, 2022
Merged

Remove serde_yaml::to_vec #291

merged 1 commit into from Jul 28, 2022

Conversation

dtolnay
Copy link
Owner

@dtolnay dtolnay commented Jul 28, 2022

I don't know of this being useful. Directly use to_writer instead if you need bytes for I/O, or use to_string + https://doc.rust-lang.org/std/string/struct.String.html#method.into_bytes if you really need the Vec<u8>.

@dtolnay dtolnay merged commit 040f0a0 into master Jul 28, 2022
@dtolnay dtolnay deleted the tovec branch July 28, 2022 19:50
Repository owner locked and limited conversation to collaborators Jul 30, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant