spawn-std-async-std 0.1.0-alpha.1

async-std implementation for spawn-std
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "spawn-std-async-std"
version = "0.1.0-alpha.1"
edition = "2024"
license = "MIT OR Apache-2.0 OR EUPL-1.2"
repository = "https://github.com/neeko-cat/spawn-std"
keywords = ["async"]
description = "async-std implementation for spawn-std"

[dependencies]
spawn-std-core = { version = "0.1.0-alpha.1", path = "../../core" }
async-std = "1"