async_coroutine 0.1.0

A coroutine implementation based on Rust's async/await syntax.
Documentation
[dependencies]

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

[package]
authors = ["Jannik Obermann <jannik.obermann@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A coroutine implementation based on Rust's async/await syntax."
edition = "2024"
license = "MIT OR Apache-2.0"
name = "async_coroutine"
readme = "README.md"
repository = "https://github.com/jannik4/bevy_capture"
version = "0.1.0"