Difference between revisions of "Bindings"

From openZIM
Jump to navigation Jump to search
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-sys Zim-sys] Respectively a low-level and high-level Rust bindings.
* [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.


== See also ==
== See also ==
* [[Readers]]
* [[Readers]]

Revision as of 09:14, 24 October 2022

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.

See also