From 02c5c05184e9b4cfb36cc3087534aa2ee01edc36 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Tue, 15 Feb 2022 22:03:03 -0500 Subject: [PATCH] implementations: adding the C and Rust libraries having seen #895, it's worth ensuring these other languages are listed implementations Signed-off-by: Vincent Batts --- implementations.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/implementations.md b/implementations.md index 786075cbe..90afcab93 100644 --- a/implementations.md +++ b/implementations.md @@ -15,6 +15,8 @@ Projects or Companies currently adopting the OCI Image Specification * [Containers](https://github.com/containers/) - [containers/build](https://github.com/containers/build) - [containers/image](https://github.com/containers/image) + - [containers/oci-spec-rs](https://github.com/containers/oci-spec-rs) + - [containers/libocispec](https://github.com/containers/libocispec) * [coreos/rkt](https://github.com/coreos/rkt) * [box-builder/box](https://github.com/box-builder/box) * [coolljt0725/docker2oci](https://github.com/coolljt0725/docker2oci)