never-type 0.1.0

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

never type Build Status License: MIT

Rust has a type called never(!). It's used to represent the type that is never initiated.

But currently, never type is a night-only feature and cannot be used in the stable build. This library is an alternative implementation of never type for the stable rust.