rust_number 0.1.1

Rust port of number-precision for safer floating-point arithmetic
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "rust_number"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust port of number-precision for safer floating-point arithmetic"
homepage = "https://github.com/Super1Windcloud/rust_number"
documentation = "https://docs.rs/rust_number"
readme = "README.md"
license = "MIT"
repository = "https://github.com/Super1Windcloud/rust_number"

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

[[bin]]
name = "rust_number"
path = "src/main.rs"

[[example]]
name = "basic_usage"
path = "examples/basic_usage.rs"

[[test]]
name = "precision"
path = "tests/precision.rs"

[dependencies]