simple_coro 0.1.3

(ab)using async/await to write simple state-machine based coroutines
Documentation
[dependencies]

[dev-dependencies.simple_test_case]
version = "1"

[dev-dependencies.tokio]
features = ["macros", "net", "io-util", "rt", "sync", "time", "rt-multi-thread", "net", "io-util"]
version = "1.43.0"

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

[package]
authors = ["sminez <innes.andersonmorrison@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["concurrency", "data-structures"]
description = "(ab)using async/await to write simple state-machine based coroutines"
documentation = "https://docs.rs/simple_coro"
edition = "2024"
include = ["src/**/*", "Cargo.toml", "README.md", "docs.md"]
keywords = ["coroutine", "generator"]
license = "MIT"
name = "simple_coro"
readme = "README.md"
repository = "https://github.com/sminez/simple_coro"
version = "0.1.3"