Module error

Module error 

Source
Expand description

Error types and handling for the exp-rs crate.

This module defines the error types used throughout the exp-rs crate for expression parsing and evaluation. It provides detailed error information to help diagnose issues in expressions.

Enums§

ExprError
Error type for expression parsing and evaluation.

Type Aliases§

Result
Result type used throughout the crate.