Crates.io | asex |
lib.rs | asex |
version | 0.3.0 |
source | src |
created_at | 2022-03-14 14:59:11.267956 |
updated_at | 2022-03-19 14:24:47.331261 |
description | Library that helps you to simulate exception without `panic` in async Rust. |
homepage | |
repository | https://github.com/Jason5Lee/asex |
max_upload_size | |
id | 549875 |
size | 25,495 |
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 for the main idea.
WARNING: The sync implementation under asex::sync
has many unsafe code. Use it as your own risk.
This project is distributed under the terms of both the MIT license and the Apache License (Version 2.0).