documented-macros 0.1.0

Derive and attribute macros for `documented`
Documentation
1
2
3
pub fn hello_world() {
    println!("hello world");
}