zim-rs

Crates.iozim-rs
lib.rszim-rs
version0.1.1
sourcesrc
created_at2024-05-17 19:17:24.033331
updated_at2024-05-17 19:22:50.134372
descriptionSafe bindings for libzim
homepage
repositoryhttps://gitlab.com/alexanderacker/zim-rs
max_upload_size
id1243590
size27,701
Matthieu Gautier (mgautierfr)

documentation

README

zim-rs

Work-in-progress safe rust library for libzim. Depends on my other crate zim-sys which provides low-level bindings to the C++ library.

Using the library

Make sure to also clone the bindings in my other repo zim-sys so that you have both of these folders in the same directory. Once both the crates are in the directory, a dependency can be added using a path = specification in the Cargo.toml dependencies list.

TODO List

  • Cleanup Result types
  • More complete iterators for Searches and Suggestions rather than only basic IntoIterator
  • Add more tests
Commit count: 16

cargo fmt