rust-embedded/rust-sysfs-gpio
A Rust Interface to the Linux sysfs GPIO interface (https://www.kernel.org/doc/Documentation/gpio/sysfs.txt)
RustApache-2.0
Issues
- 1
- 0
Upstream deprecation
#76 opened by orowith2os - 0
non async io in async code
#75 opened by incker - 3
Migrate to tokio 1.x
#68 opened by eldruin - 0
MSRV build on CI is broken due to dependencies
#66 opened by eldruin - 5
Sysfs interface for GPIO is now deprecated
#38 opened by samdolt - 2
Allow compilation to wasm32-wasi target
#64 opened by rahul-thakoor - 1
async/.await support - "How to" discussion
#56 opened by kaojo - 4
Integrate mio support
#22 opened by Kixunil - 1
Tokio doesn't support Rust 1.21.0
#53 opened by vlvrd - 2
Incompatible with tokio crate
#50 opened by kaojo - 5
Write performance is slow
#37 opened by NealEhardt - 1
Level-triggered interrupt
#48 opened by braincore - 3
Pin number documentation
#45 opened by dsvensson - 1
Make operations on pins take mutable reference
#25 opened by Kixunil - 7
Bad performance
#30 opened by BerndAmend - 2
Doesn't build on OSX
#28 opened by mnishizawa - 3
Permission denied on first run
#24 opened by Kixunil - 1
Non blocking interrupt
#23 opened by ladecadence - 4
Pin can be exported twice
#17 opened by dbrgn - 4
Need a sleep/timeout after exporting pin?
#5 opened by martinsp - 1
Derive `PartialEq` for types like `Direction`
#10 opened by posborne - 3
Export a SysfsGpioError type
#7 opened by jwilm