Re-exports§
pub use crate::exclusion::*;
pub use annotation::*;
pub use bnode::*;
pub use iri_or_str::*;
pub use iri_ref_or_wildcard::*;
pub use lang_or_wildcard::*;
pub use node_constraint::*;
pub use node_kind::*;
pub use object_value::*;
pub use simple_repr_schema::*;
pub use schema::*;
pub use schema_json_error::*;
pub use sem_act::*;
pub use shape::*;
pub use shape_decl::*;
pub use shape_expr::*;
pub use shape_expr_label::*;
pub use start_action::*;
pub use string_or_iri_stem::*;
pub use string_or_literal_stem::*;
pub use string_or_wildcard::*;
pub use triple_expr::*;
pub use triple_expr_label::*;
pub use value_set_value::*;
pub use xs_facet::*;
Modules§
- annotation
- bnode
- exclusion
- iri_
or_ str - iri_
ref_ or_ wildcard - lang_
or_ wildcard - node_
constraint - node_
kind - object_
value - schema
- schema_
json_ error - sem_act
- serde_
string_ or_ struct - Tools for working with fields that might contain a string, or might contain a struct. This code is based on: https://github.com/emk/compose_yml/blob/7e8e0f47dcc41cf08e15fe082ef4c40b5f0475eb/src/v2/string_or_struct.rs
- shape
- shape_
decl - shape_
expr - shape_
expr_ label - simple_
repr_ schema - start_
action - string_
or_ iri_ stem - string_
or_ literal_ stem - string_
or_ wildcard - triple_
expr - triple_
expr_ label - value_
set_ value - xs_
facet