easy-cast 0.5.2

Type conversions which are expected to succeed
Documentation
[dependencies.libm]
optional = true
version = "0.2.1"

[features]
always_assert = ["assert_float", "assert_int", "assert_digits"]
assert_digits = []
assert_float = []
assert_int = []
default = ["std"]
std = []

[package]
authors = ["Diggory Hardy <git@dhardy.name>"]
description = "Type conversions which are expected to succeed"
documentation = "https://docs.rs/easy-cast/"
edition = "2018"
keywords = ["cast", "into", "from", "conversion"]
license = "Apache-2.0"
name = "easy-cast"
readme = "README.md"
repository = "https://github.com/kas-gui/easy-cast"
version = "0.5.2"