1// This is free and unencumbered software released into the public domain. 2 3//! ```rust 4//! # use rdf_query::*; 5//! ``` 6 7#![no_std] 8#![deny(unsafe_code)]