//! Common types with inline headers, brought to you by
//! [@NikolaiVazquez](https://twitter.com/NikolaiVazquez).
//!
//! ## License
//!
//! This project is released under either the
//! [MIT License](https://github.com/nvzqz/head-rs/blob/main/LICENSE-MIT) or
//! [Apache License (Version 2.0)](https://github.com/nvzqz/head-rs/blob/main/LICENSE-APACHE),
//! at your choosing.
extern crate alloc;
pub use HeaderSlice;