srdf

Module srdf_parser

Source

Structs§

Enums§

Traits§

  • Represents RDF graphs that contain a focus node
  • By implementing the RDFNodeParse trait a type says that it can be used to parse RDF data which have a focus node. RDF data with a focus node have to implement the FocusRDF trait.
  • The following code is an attempt to define parser combinators where the input is an RDF graph instead of a sequence of characters Some parts of this code are inspired by Combine

Functions§

Type Aliases§