oci-runtime-spec 0.0.4

OCI Runtime Spec serde types for Rust translated from JSON Schema by QuickType.
Documentation
1
2
3
4
5
6
codegen: src/spec.rs

src/spec.rs:
	quicktype -s schema ../runtime-spec/schema/*.json -o src/spec.rs --derive-debug --visibility public --density dense
	./fixup.rb
	cargo fmt