2 releases

0.1.1 Nov 21, 2023
0.1.0 Jun 12, 2023

#7 in #libgpiod

Download history 1152/week @ 2024-10-16 909/week @ 2024-10-23 987/week @ 2024-10-30 988/week @ 2024-11-06 1197/week @ 2024-11-13 845/week @ 2024-11-20 1482/week @ 2024-11-27 956/week @ 2024-12-04 783/week @ 2024-12-11 607/week @ 2024-12-18 365/week @ 2024-12-25 485/week @ 2025-01-01 536/week @ 2025-01-08 583/week @ 2025-01-15 492/week @ 2025-01-22 276/week @ 2025-01-29

2,058 downloads per month
Used in 2 crates (via libgpiod)

Apache-2.0 OR BSD-3-Clause

6KB

Generated libgpiod-sys Rust FFI bindings

Automatically generated Rust FFI bindings via bindgen.

Typically, you will want to use the safe libgpiod wrapper crate instead of these unsafe wrappers around the C lib.

Build requirements

A compatible variant of the C library needs to detectable using pkg-config. Alternatively, one can inform the build system about the location of the libs and headers by setting environment variables. The mechanism for that is documented in the system_deps crate documentation.

If installing libgpiod is undesired, one can set the following environent variables in order to build against the intermediate build results of a make build of the C lib (paths are relative to the Cargo.toml):

export SYSTEM_DEPS_LIBGPIOD_NO_PKG_CONFIG=1
export SYSTEM_DEPS_LIBGPIOD_SEARCH_NATIVE="<PATH-TO-LIBGPIOD>/lib/.libs/"
export SYSTEM_DEPS_LIBGPIOD_LIB=gpiod
export SYSTEM_DEPS_LIBGPIOD_INCLUDE="<PATH-TO-LIBGPIOD>/include/"

License

This project is licensed under either of

No runtime deps

~0–2MB
~38K SLoC