Crates.io | unwind-unsafe |
lib.rs | unwind-unsafe |
version | 1.0.0 |
source | src |
created_at | 2024-08-06 01:05:41.347538 |
updated_at | 2024-08-06 01:05:41.347538 |
description | Zero-sized marker types which do not implement UnwindSafe or RefUnwindSafe |
homepage | |
repository | https://github.com/dfoxfranke/unwind-unsafe-rs |
max_upload_size | |
id | 1326759 |
size | 5,062 |
unwind-unsafe
This Rust crate provides zero-sized marker types which do not implement
UnwindSafe
or RefUnwindSafe
. They can be added to types to prevent the
respective auto traits from being derived.
It has no dependencies, no unsafe code, and is no_std
by default.
See API docs on docs.rs.
This project is licensed under the MIT No Attribution
License. Unless you explicitly state
otherwise, any contribution intentionally submitted for inclusion in
unwind-unsafe
by you, shall be licensed as MIT No Attribution, without any
additional terms or conditions.