A crate of utilities for async rust, all based on some simplifying assumptions:
- --
See [Frugal Async Rust](https://worm-blossom.org/frugal_async_rust.html) for
more details.
The "synchronisation primitives" in this crate are not about synchronisation
across threads, but merely to let different parts of programs `.await` access to
some data.