Crates.io | never-type |
lib.rs | never-type |
version | 0.1.1 |
source | src |
created_at | 2019-04-05 12:20:01.259016 |
updated_at | 2019-10-17 01:27:41.327784 |
description | This library is an alternative implementation of never type for stable rust. |
homepage | |
repository | http://github.com/CodeChain-io/rust-never-type |
max_upload_size | |
id | 125975 |
size | 4,113 |
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.