{"id":13648710,"url":"https://github.com/ringbahn/iou","last_synced_at":"2025-12-12T15:09:24.140Z","repository":{"id":41038546,"uuid":"211200140","full_name":"ringbahn/iou","owner":"ringbahn","description":"Rust interface to io_uring","archived":false,"fork":false,"pushed_at":"2024-05-29T15:20:05.000Z","size":194,"stargazers_count":326,"open_issues_count":15,"forks_count":22,"subscribers_count":15,"default_branch":"master","last_synced_at":"2024-09-17T16:11:43.155Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ringbahn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-09-26T23:52:12.000Z","updated_at":"2024-09-11T06:05:12.000Z","dependencies_parsed_at":"2024-06-21T19:08:13.132Z","dependency_job_id":"9736afd7-13e5-4070-b877-a0e37a3ade72","html_url":"https://github.com/ringbahn/iou","commit_stats":null,"previous_names":["withoutboats/iou"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ringbahn%2Fiou","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ringbahn%2Fiou/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ringbahn%2Fiou/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ringbahn%2Fiou/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ringbahn","download_url":"https://codeload.github.com/ringbahn/iou/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223896472,"owners_count":17221441,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-02T01:04:28.413Z","updated_at":"2025-12-12T15:09:24.094Z","avatar_url":"https://github.com/ringbahn.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"# Interface to Linux's io_uring interface\n\n`iou` is a wrapper around the [liburing][liburing] library, which provides a\nhigh level interface to Linux's new [io_uring][io_uring] interface. It is\nintended to be extensible and flexible for any use case of io_uring, while\nstill resolving many of the basic safety issues on users' behalf.\n\nThe primary API of iou is the `IoUring` type and its components, the\n`SubmissionQueue`, `CompletionQueue` and `Registrar`. This provides a Rust-like\nand high level API that manages the io_uring for you.\n\n## Safety\n\nMost of the APIs in iou are safe, and many of the safety issues in using\nio_uring are completely resolved. In particular, the liburing library which iou\nis based on correctly implements the atomics necessary to coordinate with the\nkernel across the io_uring interface. However, some key interfaces remain\nunsafe. In particular, preparing IO events to be submitted to the io_uring is\nnot safe: users must ensure that the buffers and file descriptors are regarded\nas borrowed during the lifetime of the IO.\n\n[io_uring]: http://kernel.dk/io_uring.pdf\n[liburing]: http://git.kernel.dk/cgit/liburing/\n\n## Kernel support\n\nIn order to use io_uring, the machine you are running your code on must have a\nkernel which supports that interface. The first version of io_uring was added\nin Linux 5.1, but it did not include all of the features supported by this\nlibrary. Some features of this library may not work depending on which version\nof Linux you are using.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fringbahn%2Fiou","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fringbahn%2Fiou","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fringbahn%2Fiou/lists"}