unwind-unsafe 1.0.0

Zero-sized marker types which do not implement UnwindSafe or RefUnwindSafe
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "unwind-unsafe"
version = "1.0.0"
authors = ["Daniel Fox Franke <dfoxfranke@gmail.com>"]
edition = "2018"
description = "Zero-sized marker types which do not implement UnwindSafe or RefUnwindSafe"
repository = "https://github.com/dfoxfranke/unwind-unsafe-rs"
license = "MIT-0"
keywords = ["unwind", "UnwindSafe", "RefUnwindSafe"]
categories = ["no-std::no-alloc", "rust-patterns"]

[dependencies]