1 2 3 4 5 6
#![crate_name = "foo"] #[cfg_attr(doc, doc = include_str!("doc.md"))] pub struct Bar; mod bar;