coro 0.1.1

Stackful, first-class asymmetric coroutines.
Documentation
[dependencies.libc]
default-features = false
version = "0.2"

[dependencies.smallvec]
default-features = false
version = "2.0.0-alpha.6"

[features]
default = ["safe_yield", "std"]
safe_yield = []
std = ["smallvec/write", "libc/use_std"]

[lib]
name = "coro"
path = "src/lib.rs"

[package]
authors = ["Hugo Sanz González <hugo@hgsg.me>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["concurrency"]
description = "Stackful, first-class asymmetric coroutines."
documentation = "https://docs.rs/coro"
edition = "2021"
homepage = "https://github.com/hsanzg/coro"
keywords = ["coroutines", "stackful"]
license = "MIT"
name = "coro"
readme = "README.md"
repository = "https://github.com/hsanzg/coro"
version = "0.1.1"