rdftk_io 0.3.3

This crate provides traits for reading and writing Statements and Graphs as well as implementations of these for common representations.
Documentation
/*!
Internal, common, code for reader and writer implementations.

*/

// ------------------------------------------------------------------------------------------------
// Modules
// ------------------------------------------------------------------------------------------------

#[cfg(feature = "nt")]
pub(crate) mod indenter;

#[cfg(any(
    feature = "n3",
    feature = "nq",
    feature = "nt",
    feature = "trig",
    feature = "turtle"
))]
pub(crate) mod parser;