Module core

Module core 

Source
Expand description

Core abstractions for the num-valid library.

This module contains the foundational types, traits, and policies that define the validation and computation model for numerical values.

§Submodules

Modules§

errors
Error types for validation failures and mathematical operations. Error types for validation and conversion failures.
policies
Validation policies that define how numerical values are checked. Validation policies for scalar types.
traits
Core traits for raw and validated scalar types. Core trait definitions for the num-valid library.
types
Validated wrapper types that enforce numerical correctness. Validated wrapper types for real and complex numbers.