Crates.io | fluke-maybe-uring |
lib.rs | fluke-maybe-uring |
version | 0.1.1 |
source | src |
created_at | 2023-10-03 00:45:50.806522 |
updated_at | 2023-10-03 01:23:20.186693 |
description | Replicates some tokio-uring types to allow building code without it |
homepage | |
repository | https://github.com/hapsoc/fluke |
max_upload_size | |
id | 990660 |
size | 38,022 |
fluke uses tokio-uring, but it also tries to function on platforms where io_uring is not available: this crate abstracts over "classic tokio" I/O types and tokio-uring types.