orb 0.0.1

Provides abstration to write code compatible to different async runtimes
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "orb"
version = "0.0.1"
edition = "2024"
authors = ["plan <frostyplanet@gmail.com>"]
categories = ["concurrency", "network-programming"]
documentation = "https://doc.rs/orb"
license = "MIT"
description = """
Provides abstration to write code compatible to different async runtimes
"""

[dependencies]