Difference between revisions of "Bindings"
Jump to navigation
Jump to search
m (Added another binding in C#) |
|||
(2 intermediate revisions by one other user not shown) | |||
Line 7: | Line 7: | ||
* [https://github.com/pediapress/pyzim Pyzim] A binding of the zimlib in Python | * [https://github.com/pediapress/pyzim Pyzim] A binding of the zimlib in Python | ||
* [https://github.com/akhenakh/gozim Gozim] A Golang native zim library and reader | * [https://github.com/akhenakh/gozim Gozim] A Golang native zim library and reader | ||
* [https://gitlab.com/alexanderacker/zim-sys Zim-sys] and [https://gitlab.com/alexanderacker/zim-rs Zim-rs] Respectively a low-level and high-level Rust bindings. | |||
* [https://github.com/shaltielshmid/ZimReaderSharp ZimReaderSharp] A C# native library for reading zim files | |||
== See also == | == See also == | ||
* [[Readers]] | * [[Readers]] |
Latest revision as of 21:12, 25 November 2023
Bindings (using the zimlib) and native implementations of the ZIM file format:
Officials
By third parties
- Pyzim A binding of the zimlib in Python
- Gozim A Golang native zim library and reader
- Zim-sys and Zim-rs Respectively a low-level and high-level Rust bindings.
- ZimReaderSharp A C# native library for reading zim files