better-conversions 0.2.2

Safe and explicit numeric conversions with range and precision checking
Documentation
[dependencies]

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

[package]
authors = ["Gistyr LLC <contact@gistyr.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["rust-patterns", "no-std", "mathematics"]
description = "Safe and explicit numeric conversions with range and precision checking"
documentation = "https://docs.rs/better-conversions"
edition = "2024"
exclude = ["tests/*"]
homepage = "https://github.com/Lozlof/better-conversions"
keywords = ["conversion", "numeric", "casting", "precision", "safety"]
license = "MIT OR Apache-2.0"
name = "better-conversions"
readme = "README.md"
repository = "https://github.com/Lozlof/better-conversions"
rust-version = "1.85.1"
version = "0.2.2"