show 0.1.1

A `show!` debugging macro to print expressions with the Show formatting trait, without writing out `"{}", ` in the `println!` macro.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[lib]
doctest = false
name = "show"
path = "lib.rs"

[package]
authors = ["Simon Sapin <simon.sapin@exyr.org>"]
description = """
A `show!` debugging macro to print expressions with the Show formatting trait, without writing out `"{}", ` in the `println!` macro.
"""
license = "MIT"
name = "show"
repository = "https://github.com/SimonSapin/rust-std-candidates"
version = "0.1.1"