rust-embedded / rust-sysfs-gpio

A Rust Interface to the Linux sysfs GPIO interface (https://www.kernel.org/doc/Documentation/gpio/sysfs.txt)
Apache License 2.0
383 stars 45 forks source link

Migrate to tokio 1.x #68

Closed eldruin closed 3 years ago

eldruin commented 3 years ago

Since the kernels supporting only this interface and not gpio-cdev will continue with us "forever", it would be great to give this crate a revamp and migrate it to tokio 1.x. However, I do not have the know-how to do this. Could somebody help us here? Maybe @benjumanji, @oll3 or somebody else?

Over at gpio-cdev is an example of the migration: https://github.com/rust-embedded/gpio-cdev/pull/55

oll3 commented 3 years ago

Hi @eldruin ! Took a stab at it in #69 since looked similar to the gpio-cdev tokio bump :crab:

eldruin commented 3 years ago

Awesome @oll3! thank you!

eldruin commented 3 years ago

Fixed in #69. Thank you!