Crates.io | tasic |
lib.rs | tasic |
version | 0.3.2 |
source | src |
created_at | 2023-08-07 17:29:01.879037 |
updated_at | 2023-08-07 18:12:41.149025 |
description | TASIC - Tokio, Async_STD, Smol, Interface Crate |
homepage | |
repository | https://github.com/peperworx/tasic |
max_upload_size | |
id | 938107 |
size | 10,800 |
TASIC provides a general wrapper around the crates Tokio, Async_STD, and Smol to allow libraries providing async code to support them all. Currently, TASIC provides a few functions on its own, instead wrapping original implementations.
TASIC currently only provides functionality for spawning tasks and creating channels, however future expansion is planned, and pull requests are always welcome.