//! This crate provides basic interfaces and data structures for building [RDF 1.1](https://www.w3.org/TR/rdf11-concepts/) and [RDF-star](https://w3c.github.io/rdf-star/cg-spec/) parsers.
//!//! It is currently used by the `rio_turtle` and `rio_xml` crates.
#![deny(unsafe_code)]#![cfg_attr(docsrs,feature(doc_auto_cfg))]#![doc(test(attr(deny(warnings))))]pubmodformatter;pubmodmodel;pubmodparser;#[cfg(feature ="generalized")]modgeneralized;