Expand description
Core types and abstractions for FHIRPath implementation
This crate provides the foundational types, traits, and error handling used throughout the FHIRPath implementation.
Re-exports§
pub use error::FhirPathError;
pub use error::Result;
pub use evaluation::EvaluationError;
pub use evaluation::EvaluationResult;
Modules§
- error
- Error types for FHIRPath evaluation
- evaluation
- Core evaluation types and error handling