debug3 0.4.1

Space Efficient Pretty Printer
Documentation
1
2
3
4
5
6
struct NoDebug;

#[derive(debug3::Debug)]
struct HasDebug(NoDebug);

fn main() {}