2 unstable releases
0.1.0 | Mar 20, 2020 |
---|---|
0.0.0 | Jul 30, 2018 |
#796 in Rust patterns
14,987 downloads per month
Used in 37 crates
(9 directly)
5KB
66 lines
lib.rs
:
The never type.
This crate defines [Never
], which is a type that can never be constructed
(in type theory parlance, it is "uninhabited"). It is a stable version of
the currently-unstable !
type from the standard library.
By default, this crate links against std
. This is enabled via the std
feature, which is on by default. To make this crate no_std
, disable
default features.
No runtime deps
Features
- std