rust-sysfs-gpio
rust-sysfs-gpio copied to clipboard
non async io in async code
I want to ask why you have non sync operation from fs like write_all read_to_string
Looks like you need use tokio::fs
Or if it is ok, can you please tell why it is so