azur 0.1.0

A no_std Rust crate that implements an executor/reactor and futures using io_uring
Documentation

Implements a single-threaded reactor and executor using Linux's io_uring system.

The reactor does not support cloning the waker or using it to wake the current task. This is done as an optimization to make this implementation zero cost.