1// Use `CARGO_PKG_README` because of https://github.com/rust-lang/cargo/issues/11597 2#![doc = include_str!(concat!("../", env!("CARGO_PKG_README")))] 3#![no_std]