We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 54b2221 + 2755181 commit 73f17a9Copy full SHA for 73f17a9
src/lib.rs
@@ -9,9 +9,6 @@
9
// Portions of this implementation are based on work by Nat Pryce:
10
// https://github.com/npryce/rusty-pi/blob/master/src/pi/gpio.rs
11
12
-#![crate_type = "lib"]
13
-#![crate_name = "sysfs_gpio"]
14
-
15
//! GPIO access under Linux using the GPIO sysfs interface
16
//!
17
//! The methods exposed by this library are centered around
0 commit comments