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§
- Expr
Error - Error type for expression parsing and evaluation.
Type Aliases§
- Result
- Result type used throughout the crate.