1 2 3 4 5
#![no_std] #![allow(clippy::needless_doctest_main)] #![cfg_attr(not(doctest), doc = include_str!("../README.md"))] // Yep, this crate has no rust source code. Only a linker script and a build.rs. See README.md for more information.