fhirpathrs 0.1.1

Fhirpath implementation in Rust
Documentation
1
2
3
4
#[derive(Debug, PartialEq)]
pub enum FhirpathError {
    EvaluateError { msg: String },
}