cast 0.2.5

Ergonomic, checked cast functions for primitive types
Documentation
[build-dependencies.rustc_version]
version = "0.2.3"
[dev-dependencies.quickcheck]
version = "0.9.0"

[features]
default = ["std"]
std = []
x128 = []

[package]
authors = ["Jorge Aparicio <jorge@japaric.io>"]
build = "build.rs"
description = "Ergonomic, checked cast functions for primitive types"
documentation = "https://docs.rs/cast"
edition = "2018"
keywords = ["checked", "cast", "primitive", "integer", "float"]
license = "MIT OR Apache-2.0"
name = "cast"
repository = "https://github.com/japaric/cast.rs"
version = "0.2.5"