cncf-tags / container-device-interface-rs

Rust implementation of the Container Device Interface: https://github.com/cncf-tags/container-device-interface
Apache License 2.0
5 stars 6 forks source link

Move CDI spec from mod.rs to config.rs located in src/specs/ #5

Closed Apokleos closed 5 months ago

Apokleos commented 5 months ago

As original mod.rs where cdi spec defined, I think we should move it to a dedicated config.rs for CDI spec which ensures adherence to Rust style guidelines and keep maintaining alignment with cdi-go code for specs-go.

Apokleos commented 5 months ago

cc @zvonkok