From 4d3c0f00d55c3bfd7abe3f7ac3d99e3bd0f7f96b Mon Sep 17 00:00:00 2001 From: "J. Zebedee" Date: Mon, 22 Feb 2021 06:07:52 +0000 Subject: [PATCH] Add C# to bindings list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4b4432b..9342e9e 100644 --- a/README.md +++ b/README.md @@ -192,6 +192,7 @@ The libdeflate project itself only provides a C library. If you need to use libdeflate from a programming language other than C or C++, consider using the following bindings: +* C#: [LibDeflate.NET](https://github.com/jzebedee/LibDeflate.NET) * Go: [go-libdeflate](https://github.com/4kills/go-libdeflate) * Java: [libdeflate-java](https://github.com/astei/libdeflate-java) * Julia: [LibDeflate.jl](https://github.com/jakobnissen/LibDeflate.jl)