Crate shex_ast

Source
Expand description

ShEx Abstract Syntax

Ths abstract syntax follows the ShEx abstract syntax spec

Re-exports§

pub use ast::*;
pub use ir::schema_ir_error::*;
pub use ir::shape_label_idx::*;
pub use node::*;
pub use pred::*;

Modules§

ast
ir
node
pred
shexr