num-valid 0.2.1

A robust numerical library providing validated types for real and complex numbers to prevent common floating-point errors like NaN propagation. Features a generic, layered architecture with support for native f64 and optional arbitrary-precision arithmetic.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# File: Release.toml

# === Global behavior ===
sign-commit = true         # Signs the commit
sign-tag = true            # Signs the tag
push = true                # Push the commit and tag to the remote
publish = false            # Publish the package to crates.io
consolidate-commits = true # Allows to consolidate the commit and tag into a single commit
#dev-version = false        # Add -dev after the release (e.g. 1.2.3 -> 1.2.4-dev)
allow-branch = ["master"]    # Allow to release from the main branch only

# === Crates specific ===
# You can define overrides for individual packages if necessary