1#![doc = include_str!("../README.md")]
2#![forbid(unsafe_code)]
3#![deny(warnings)]
4#![allow(dead_code)]
5
6#[deprecated(note = "This crate name is reserved. It intentionally provides no functionality.")]
7pub const _RESERVED_STUB: &str = env!("CARGO_PKG_NAME");