debug_stub_derive

Crates.iodebug_stub_derive
lib.rsdebug_stub_derive
version0.3.0
sourcesrc
created_at2017-05-13 18:13:56.029952
updated_at2017-05-13 19:40:55.872359
descriptionA drop-in replacement for `#[derive(Debug)]` that supports replacement values for members which do not implement `fmt::Debug.`
homepage
repositoryhttps://github.com/BonsaiDen/debug_stub_derive.git
max_upload_size
id14440
size46,607
Ivo Worms (BonsaiDen)

documentation

https://docs.rs/debug_stub_derive/0.3.0/

README

debug-stub-derive

debug-stub-derive on crates.io debug-stub-derive on docs.rs

A drop-in replacement for #[derive(Debug)] that supports replacement values for members which do not implement fmt::Debug.

Usage

Add this to your Cargo.toml:

[dependencies]
debug_stub_derive = "0.3.0"

and this to your crate root:

#[macro_use]
extern crate debug_stub_derive;

License

Licensed under either of

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be dual licensed as above, without any additional terms or conditions.

Commit count: 12

cargo fmt