asex 0.3.0

Library that helps you to simulate exception without `panic` in async Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "asex"
version = "0.3.0"
edition = "2021"
authors = [ "Jason5Lee" ]
description = "Library that helps you to simulate exception without `panic` in async Rust."
repository = "https://github.com/Jason5Lee/asex"
license = "MIT OR Apache-2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
pin-project-lite = "0.2"

[dev-dependencies]
tokio = { version = "1.17", features = [ "macros", "rt" ] }
tokio-test = "0.4"