Expand description
ShEx Abstract Syntax
Ths abstract syntax follows the ShEx abstract syntax spec
Re-exports§
pub use ast::*;pub use compact::*;pub use ir::schema_ir_error::*;pub use ir::shape_label_idx::*;pub use node::*;pub use pred::*;pub use resolve_method::*;pub use shex_format::*;pub use shexr::*;
Modules§
- ast
- compact
- ShEx compact syntax parser
- ir
- materialize
- node
- pred
- resolve_
method - shapemap
- This module defines ShapeMaps
- shex_
format - shexr
Type Aliases§
- Expr
- The type of expressions used in this crate, which is a
RbeTablethat takesPred,Node,ShapeLabelIdx, andSemanticActionContextas type parameters.