spandoc 0.2.2

Procedural macro attribute for converting doc comments into tracing spans
Documentation
1
2
3
4
5
6
#[spandoc::spandoc]
fn main() {
    let _local = 5;
    /// SPANDOC: Show me the money {?_local}
    let _ = 4;
}