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