// This is free and unencumbered software released into the public domain.
//! RDF.rs is a Rust framework for working with RDF knowledge graphs.
//!//! ```rust
//! use rdf_format::*;
//! ```
#![no_std]#![deny(unsafe_code)]#[cfg(feature ="alloc")]externcrate alloc;#[cfg(feature ="std")]externcrate std;modformat;pubuseformat::*;