//! Standalone RDF parsers operating on lightweight [`crate::writer::RdfTerm`] types
//!//! These parsers do not depend on `oxirs-core` model types and can be used in
//! isolation for simple N-Triples / N-Quads parsing tasks.
pubmodntriples_parser;pubusentriples_parser::{NQuad, NQuadsLiteParser, NTriple, NTriplesLiteParser, ParseError};