2 releases
0.1.1 | Oct 17, 2019 |
---|---|
0.1.0 | Apr 5, 2019 |
#11 in #empty
27 downloads per month
3KB
never type
Rust has a type called never(!
).
It's used to represent types that are never initiated.
But currently, the never type is a night-only feature and cannot be used in stable builds. This library is an alternative implementation of the never type for stable Rust.