[package] name = "show" version = "0.1.1" authors = ["Simon Sapin "] license = "MIT" repository = "https://github.com/SimonSapin/rust-std-candidates" description = """ A `show!` debugging macro to print expressions with the Show formatting trait, \ without writing out `"{}", ` in the `println!` macro. """ [lib] name = "show" path = "lib.rs" doctest = false