#linux-gpio #gpio #linux #ioctl #low-level #gpiochip #chardev

gpiocdev-uapi

A low level library to access GPIO lines on Linux using the GPIO character device

11 unstable releases (5 breaking)

0.6.1 Feb 20, 2024
0.6.0 Nov 22, 2023
0.5.0 Jul 18, 2023
0.3.2 Dec 18, 2022
0.3.1 Nov 21, 2022

#836 in Unix APIs

Download history 246/week @ 2023-12-11 54/week @ 2023-12-18 3/week @ 2023-12-25 47/week @ 2024-01-01 146/week @ 2024-01-08 160/week @ 2024-01-15 209/week @ 2024-01-22 156/week @ 2024-01-29 154/week @ 2024-02-05 310/week @ 2024-02-12 313/week @ 2024-02-19 282/week @ 2024-02-26 176/week @ 2024-03-04 333/week @ 2024-03-11 124/week @ 2024-03-18 134/week @ 2024-03-25

771 downloads per month
Used in 5 crates (via gpiocdev)

Apache-2.0 OR MIT

77KB
1.5K SLoC

gpiocdev-uapi

Build Status github crate LICENSE

A thin safe Rust wrapper around the Linux GPIO character device ioctls and file operations.

Rust structs corresponding to the C ABI types are provided, as are functions corresponding to each of the ABI ioctls and character device file reads. Essentially just the Rust version of gpio.h.

Both ABI versions v1 and v2 are supported, though new developments should use v2 unless it is unavailable on the target platform.

The gpiocdev crate provides a higher level abstraction, so you should use that unless you have some particular need to call the ioctls directly.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~0.4–1MB
~22K SLoC