rio_rt 0.1.0-alpha.2

A minimal async runtime with an experimental ambition to be an portable and interoperable async runtime for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.log]
version = "0.4"

[package]
authors = ["Vincenzo Palazzo <vincenzopalazzodev@gmail.com>"]
description = "A minimal async runtime with an experimental ambition to be an portable and interoperable async runtime for Rust"
edition = "2021"
homepage = "https://github.com/vincenzopalazzo/rio"
license = "GPL-2.0"
name = "rio_rt"
readme = "README.md"
repository = "https://github.com/vincenzopalazzo/rio.git"
resolver = "1"
version = "0.1.0-alpha.2"