arta-tokio

Crates.ioarta-tokio
lib.rsarta-tokio
version0.2.1
sourcesrc
created_at2024-07-01 11:45:52.587729
updated_at2024-07-19 10:54:36.934762
descriptionAsync abstractions implementation for Tokio
homepage
repositoryhttps://github.com/AlexSherbinin/arta
max_upload_size
id1288672
size40,817
Alex (AlexSherbinin)

documentation

README

arta

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.

Features

  • Easy Integration: Seamlessly integrate with existing async codebases.
  • Flexible API: Use a consistent API regardless of the underlying runtime.
  • Lightweight: No overhead, designed for performance.

Installation

Add arta to your Cargo.toml:

[dependencies]
arta = "0.1.0"
Commit count: 14

cargo fmt