Crates.io | arta-async-std |
lib.rs | arta-async-std |
version | 0.2.1 |
source | src |
created_at | 2024-07-04 07:32:51.519119 |
updated_at | 2024-07-19 10:54:20.753455 |
description | Async abstractions implementation for async-std |
homepage | |
repository | https://github.com/AlexSherbinin/arta |
max_upload_size | |
id | 1291389 |
size | 44,108 |
Arta is an asynchronous runtime abstractions library for Rust, designed to provide a flexible and powerful interface for building asynchronous applications. With arta
, you can abstract over different async runtimes, making your code async runtime agnostic.
Add arta
to your Cargo.toml
:
[dependencies]
arta = "0.1.0"