Expand description
The MPL query language
Re-exports§
pub use errors::ParseError;pub use query::Query;
Modules§
- enc_
regex - encoding for regular expressions.
- errors
- Error types and diagnostics for
MPLparsing. - linker
- Builtin and custom function linking for
MPL - query
- The query structures
- tags
- Series tags and tag values
- time
- Time relateded types for
MPL - types
- Generic datatypes for
MPL - visitor
- Visitor pattern for query
Structs§
- MPLParser
- PEG parser for MPL. Use with
pest::Parser’sparse(rule, src). The associatedRuleenum is auto-generated bypest_deriveand is re-exported at the crate root.
Enums§
- Compile
Error - Compile error
- Group
Error - Type error
- Ifdef
Error - Ifdef error
- Rule
- Type
Error - Type error
Statics§
- STDLIB
MPLstandard Library
Functions§
- compile
- Parses and typechecks an MPL query into a Query object.