asynx 0.1.0

Library that helps you to simulate exception without `panic` in async Rust.
Documentation
[dependencies.pin-project-lite]
version = "0.2"

[dev-dependencies.tokio]
features = ["macros", "rt"]
version = "1.17"

[dev-dependencies.tokio-test]
version = "0.4"

[features]
default = ["global"]
global = []

[package]
authors = ["Jason5Lee"]
description = "Library that helps you to simulate exception without `panic` in async Rust."
edition = "2021"
license = "MIT OR Apache-2.0"
name = "asynx"
repository = "https://github.com/Jason5Lee/asynx"
resolver = "2"
version = "0.1.0"