debugit 0.2.0

Debug-print any value without trait bounds using specialization (Rust nightly channel)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "debugit"
version = "0.2.0"
authors = ["bluss"]
edition = "2018"

description = """Debug-print any value without trait bounds using specialization (Rust nightly channel)"""
license = "Apache-2.0 OR MIT"
documentation = "https://docs.rs/debugit/"
repository = "https://github.com/bluss/debugit"

[dependencies]