Description
Add Linux support. This should be relatively straightforward and mostly mirror the Windows implementation, there should be ioctl available, just with a special SG_IO struct. Hopefully bindings are available as a Rust crate, as FFI is quite painful, especially to debug.
Description
Add Linux support. This should be relatively straightforward and mostly mirror the Windows implementation, there should be
ioctlavailable, just with a specialSG_IOstruct. Hopefully bindings are available as a Rust crate, as FFI is quite painful, especially to debug.