oxirs-ttl 0.2.4

Turtle-family RDF parser and serializer for OxiRS - ported from Oxigraph
Documentation
1
2
3
4
5
6
7
8
9
//! Writer module: high-level Turtle serializer with prefix abbreviation
//!
//! Provides [`TurtleWriter`] together with the lightweight [`RdfTerm`] /
//! [`TermType`] types that are used across the standalone parser and diff
//! modules in this crate.

pub mod turtle_writer;

pub use turtle_writer::{RdfTerm, TermType, TurtleWriter, TurtleWriterConfig};