#wait-group #synchronization #async #concurrency

mea

Async Rust utilities that are runtime agnostic

6 releases

new 0.0.6 Nov 5, 2024
0.0.5 Oct 31, 2024

#444 in Asynchronous

Download history 187/week @ 2024-10-21 419/week @ 2024-10-28

606 downloads per month
Used in 4 crates (2 directly)

Apache-2.0

30KB
612 lines

Make Easy Async (Mea)

Crates.io Documentation MSRV 1.75 Apache 2.0 licensed Build Status

Overview

Mea provides async utilities that are runtime agnostic.

Usage

Add the dependency to your Cargo.toml via:

cargo add mea

Minimum Rust version policy

This crate is built against the latest stable release, and its minimum supported rustc version is 1.75.0.

The policy is that the minimum Rust version required to use this crate can be increased in minor version updates. For example, if Mea 1.0 requires Rust 1.20.0, then Mea 1.0.z for all values of z will also require Rust 1.20.0 or newer. However, Mea 1.y for y > 0 may require a newer minimum version of Rust.

License

This project is licensed under Apache License, Version 2.0.

Dependencies

~0.4–5MB
~11K SLoC