Skip to content

Commit 29c4f64

Browse files
bors[bot]hellow554
andauthored
Merge #39
39: Add `libgpio`, `libgpiod` and `gpiod` to keywords r=ryankurte a=hellow554 The reason is, that I didn't find this crate until I was very desperate and only stumpled upon it by [this](rust-embedded/wg#46 (comment)) comment. Even today if I google `rust "libgpiod"` I can't find this place. I often try to google the c library counterpart together with the keyword rust to see if I can find something that suits my needs. This crate does, however it's not easy to find. Maybe this PR can be extended to update the `README.md` and mention it there as well. Co-authored-by: Marcel Hellwig <[email protected]>
2 parents 448d6fd + 1a0c1d4 commit 29c4f64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ homepage = "https://github.com/posborne/rust-gpio-cdev"
77
repository = "https://github.com/posborne/rust-gpio-cdev"
88
readme = "README.md"
99
categories = ["embedded", "hardware-support", "os", "os::unix-apis"]
10-
keywords = ["linux", "gpio", "gpiochip", "embedded"]
10+
keywords = ["linux", "gpio", "gpiochip", "embedded", "libgpio", "libgpiod", "gpiod"]
1111
license = "MIT OR Apache-2.0"
1212
edition = "2018"
1313

0 commit comments

Comments
 (0)