Crates.io | test_executors |
lib.rs | test_executors |
version | 0.2.0 |
source | src |
created_at | 2024-10-14 19:18:29.840055 |
updated_at | 2024-11-07 21:29:08.364645 |
description | Simple async executors for testing. |
homepage | https://sealedabstract.com/code/test_executors |
repository | https://github.com/drewcrawford/test_executors |
max_upload_size | |
id | 1408577 |
size | 100,500 |
This crate provides extremely simple, yet useful, async executors. They are primarily useful for writing unit tests without bringing in a full-blown executor such as tokio.
The executors are:
This crate implements the some_executor trait for all executors, allowing them to be used in executor-agnostic code.