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

Basic Validation #19

Closed k9withabone closed 5 months ago

k9withabone commented 5 months ago

Adds methods to Compose for ensuring that all networks, volumes, configs, and secrets used by each Service are defined in the corresponding top-level field.

Closes: #18