Add C# to bindings list

This commit is contained in:
J. Zebedee 2021-02-22 06:07:52 +00:00 committed by Eric Biggers
parent a07ed5824a
commit 4d3c0f00d5

View File

@ -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)