dtolnay / serde-yaml

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

Extract Loader to separate module #252

Closed dtolnay closed 2 years ago

dtolnay commented 2 years ago

This sets up for a refactor to move to an incremental loader, which will scan events from the YAML event stream only as the Deserializer reaches them, as opposed to all up front.