easy-cast 0.2.0

Type conversions which are expected to succeed
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[features]
always_assert = ["assert_float", "assert_non_neg", "assert_range"]
assert_float = []
assert_non_neg = []
assert_range = []

[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.2.0"