1 2 3
//! Compiles the README's code blocks as doctests without changing the crate docs. #[doc = include_str!("../README.md")] pub struct ReadmeDoctests;