louis-sys

Crates.iolouis-sys
lib.rslouis-sys
version0.6.1
sourcesrc
created_at2018-07-05 05:27:00.162557
updated_at2018-10-17 03:26:57.191481
descriptionBindings to liblouis (low-level crate)
homepage
repositoryhttps://github.com/whentze/liblouis-rust/tree/master/louis-sys
max_upload_size
id72939
size15,051,974
(whentze)

documentation

README

louis-sys

Rust bindings to liblouis (low-level crate)

Dependencies

  • pkg-config to locate liblouis
  • libclang (for bindgen)

liblouis-dev

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:

  • A C compiler
  • make
Commit count: 61

cargo fmt