ququmatz
Zero-dependency io_uring bindings for Linux via raw syscalls — no libc required.
Features
#![no_std]— suitable for embedded or minimal runtimes- Direct syscall interface — no libc, no C dependencies
- Type-safe SQE builder API for all common operations
- Supports: read/write, vectored I/O, fixed buffers, openat/close, fsync, poll, timeout, accept/connect/send/recv, statx, fallocate, rename, unlink, shutdown, linked chains, and more
- SQPOLL support
- File and buffer registration
Requirements
- Linux kernel 5.6+ (for full feature set)
- x86_64 architecture
- Rust 1.85+ (edition 2024)
Usage
[]
= "0.1"
use ;
let mut ring = new.expect;
// Submit a NOP to verify the ring works
ring.push.expect;
ring.submit_and_wait.expect;
let cqe = ring.complete.expect;
assert_eq!;
assert_eq!;
License
MIT