dtolnay / serde-yaml

Strongly typed YAML library for Rust
Apache License 2.0
965 stars 164 forks source link

Store potentially non-utf8 for scalars #257

Closed dtolnay closed 2 years ago

dtolnay commented 2 years ago

The current yaml-rust backend can't produce these, but libyaml will be able to.