rust-uio icon indicating copy to clipboard operation
rust-uio copied to clipboard

Linux UIO Library in Rust

Results 4 rust-uio issues
Sort by recently updated
recently updated
newest added

Hello, I'm using this crate in one project. The latest version of the crate depends on nix 0.26, but nix 0.27 is the current version. Any thoughts on updating this...

While doing some more test, I think I found a bug: rust-uio is not always unlocking the file when dropping, and then we try to get the lock again it's...

Hey, thanks for this crate :) Would it be possible to add the Error trait to UioError, so that it can play nicely with Anyhow (and I suppose other error...

Implement the AsRawFd trait [1] to allow users to get the RawFd from the UIO devfile. The main reason for this is to allow users to get the RawFd to...