k9withabone / compose_spec_rs

Rust library for (de)serializing from/to the compose-spec
https://crates.io/crates/compose_spec
Mozilla Public License 2.0
3 stars 0 forks source link

Fragments #20

Closed k9withabone closed 5 months ago

k9withabone commented 5 months ago

Adds deserialization options via Compose::options(). Merge the YAML merge type (<< keys) with Options::apply_merge().

Closes #2