#type #empty #never

never-type

This library is an alternative implementation of never type for stable rust

2 releases

0.1.1 Oct 17, 2019
0.1.0 Apr 5, 2019

#14 in #empty

23 downloads per month

MIT license

3KB

never type Build Status License: MIT

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.

No runtime deps