Crates.io | louis-sys |
lib.rs | louis-sys |
version | 0.6.1 |
source | src |
created_at | 2018-07-05 05:27:00.162557 |
updated_at | 2018-10-17 03:26:57.191481 |
description | Bindings to liblouis (low-level crate) |
homepage | |
repository | https://github.com/whentze/liblouis-rust/tree/master/louis-sys |
max_upload_size | |
id | 72939 |
size | 15,051,974 |
Rust bindings to liblouis (low-level crate)
pkg-config
to locate liblouislibclang
(for bindgen)If a reasonably up-to-date (>=3.1.0) version of liblouis including headers and a liblouis.pc
file is present,
this crate will find it and link against it.
Debian and Ubuntu users can install it by running the following command:
apt install liblouis-dev
If liblouis is not present or too old, this crate will automatically compile a vendored version of liblouis. To do this, it will require: