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
# as(ync)ex(ception)

Simulate exception without `panic` in async Rust.

**DISCLAIMER**: This crate is just to implement my idea. It may not be a good practice.

Check [this blog](https://jason5lee.me/2022/03/11/rust-exception-async/) for the main idea.

**WARNING**: The sync implementation under `asex::sync` has many unsafe code. Use it as your own risk.

## License

This project is distributed under the terms of both the MIT license and the Apache License (Version 2.0).