1#![deny(missing_docs)] 2#![forbid(unsafe_code)] 3#![cfg_attr(all(doc, CHANNEL_NIGHTLY), feature(doc_auto_cfg))] 4#![doc = include_str!("../README.md")] 5pub mod prelude;