Crates.io | zim-rs |
lib.rs | zim-rs |
version | 0.1.1 |
source | src |
created_at | 2024-05-17 19:17:24.033331 |
updated_at | 2024-05-17 19:22:50.134372 |
description | Safe bindings for libzim |
homepage | |
repository | https://gitlab.com/alexanderacker/zim-rs |
max_upload_size | |
id | 1243590 |
size | 27,701 |
Work-in-progress safe rust library for libzim
. Depends on my other crate zim-sys
which provides low-level bindings to the C++ 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.