docstr 0.4.10

Ergonomic multi-line string literals
Documentation
1
2
3
4
5
6
7
fn main() {
    docstr::docstr!(
        #[doc = 4]
        /// hello world
        #[doc = false]
    );
}