rustix icon indicating copy to clipboard operation
rustix copied to clipboard

Safe Rust bindings to POSIX-ish APIs

Results 111 rustix issues
Sort by recently updated
recently updated
newest added

Closes #1143. Adds a new type `io_uring_buf_ring`, defined in the kernel [here](https://github.com/torvalds/linux/blob/v5.19/include/uapi/linux/io_uring.h#L507) as: ```c struct io_uring_buf_ring { union { /* * To avoid spilling into more pages than we need...