unwind-unsafe 1.0.0

Zero-sized marker types which do not implement UnwindSafe or RefUnwindSafe
Documentation
  • Coverage
  • 60%
    3 out of 5 items documented0 out of 2 items with examples
  • Size
  • Source code size: 4.72 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 661.99 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • dfoxfranke/unwind-unsafe-rs
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • dfoxfranke

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.