unwind-unsafe

Crates.iounwind-unsafe
lib.rsunwind-unsafe
version1.0.0
sourcesrc
created_at2024-08-06 01:05:41.347538
updated_at2024-08-06 01:05:41.347538
descriptionZero-sized marker types which do not implement UnwindSafe or RefUnwindSafe
homepage
repositoryhttps://github.com/dfoxfranke/unwind-unsafe-rs
max_upload_size
id1326759
size5,062
Daniel Fox Franke (dfoxfranke)

documentation

README

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.

Documentation

See API docs on docs.rs.

License

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.

Commit count: 0

cargo fmt