casting 0.1.1

CastFrom and CastInto traits for generic numeric casting
Documentation
[features]
nightly = []

[lib]
name = "casting"
path = "src/lib.rs"

[package]
authors = ["Nathaniel McCallum <nathaniel@mccallum.life>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["no-std", "rust-patterns"]
description = "CastFrom and CastInto traits for generic numeric casting"
documentation = "https://docs.rs/casting"
edition = "2021"
homepage = "https://github.com/npmccallum/casting"
keywords = ["cast", "numeric", "conversion", "no_std"]
license = "MIT"
name = "casting"
readme = "README.md"
repository = "https://github.com/npmccallum/casting"
rust-version = "1.56"
version = "0.1.1"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]