1// This is free and unencumbered software released into the public domain. 2 3//! RDF.rs is a Rust framework for working with RDF knowledge graphs. 4//! 5//! ```rust 6//! use rdf_id::*; 7//! ``` 8 9#![no_std] 10#![deny(unsafe_code)]