never-type

Crates.ionever-type
lib.rsnever-type
version0.1.1
sourcesrc
created_at2019-04-05 12:20:01.259016
updated_at2019-10-17 01:27:41.327784
descriptionThis library is an alternative implementation of never type for stable rust.
homepage
repositoryhttp://github.com/CodeChain-io/rust-never-type
max_upload_size
id125975
size4,113
codechain (github:codechain-io:codechain)

documentation

README

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.

Commit count: 0

cargo fmt