asex

Crates.ioasex
lib.rsasex
version0.3.0
sourcesrc
created_at2022-03-14 14:59:11.267956
updated_at2022-03-19 14:24:47.331261
descriptionLibrary that helps you to simulate exception without `panic` in async Rust.
homepage
repositoryhttps://github.com/Jason5Lee/asex
max_upload_size
id549875
size25,495
Jason Dongheng Lee (Jason5Lee)

documentation

README

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 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).

Commit count: 0

cargo fmt