shex_ast 0.1.27

RDF data shapes implementation in Rust
Documentation
1
2
3
4
5
6
7
#[derive(PartialEq, Eq, Hash, Clone, Debug)]
pub enum NodeKind {
    Iri,
    BNode,
    NonLiteral,
    Literal,
}