1 2 3 4 5
//! Compiles the README's code blocks as doctests without changing the crate docs. /// Never constructed — exists only so `include_str!("../README.md")` becomes a doctest. #[doc = include_str!("../README.md")] pub struct ReadmeDoctests;