oci-spec is a library for Serializer/Deserialiser [oci-runtime-spec](https://github.com/opencontainers/runtime-spec) and [oci-image-spec](https://github.com/opencontainers/image-spec) config.
```
extern crate oci_spec;
use oci_spec::runtime::Spec;
fn main() {
}
```
oci-spec is under the MIT license.