Skip to content

AlexSherbinin/arta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

Async runtime abstractions library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages