derive_utils 0.5.1

A procedural macro helper for easily writing `proc_macro_derive` like deriving trait to enum so long as all variants are implemented that trait.
Documentation
Build #1332482018-12-26T16:59:52.068466+00:00
# rustc version
rustc 1.33.0-nightly (adbfec229 2018-12-17)# docs.rs version
cratesfyi 0.6.0 (2f681cd 2018-12-20)# build log
Updating crates.io index
Downloading crates ...
Downloaded derive_utils v0.5.1
Fresh unicode-xid v0.1.0
Fresh void v1.0.2
Fresh unreachable v1.0.0
Fresh proc-macro2 v0.4.24
Fresh smallvec v0.6.7
Fresh quote v0.6.10
Fresh syn v0.15.23
Documenting derive_utils v0.5.1
Running `rustdoc --crate-name derive_utils /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/derive_utils-0.5.1/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc --cfg 'feature="default"' --cfg 'feature="std"' -Z unstable-options --resource-suffix -20181217-1.33.0-nightly-adbfec229 --extern-html-root-url 'smallvec=https://docs.rs/smallvec/0.6.7' --extern-html-root-url 'proc_macro2=https://docs.rs/proc-macro2/0.4.24' --extern-html-root-url 'syn=https://docs.rs/syn/0.15.23' --extern-html-root-url 'quote=https://docs.rs/quote/0.6.10' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern proc_macro2=/home/cratesfyi/cratesfyi/debug/deps/libproc_macro2-845b01f73d3775f2.rmeta --extern quote=/home/cratesfyi/cratesfyi/debug/deps/libquote-a6b5027f83535298.rmeta --extern smallvec=/home/cratesfyi/cratesfyi/debug/deps/libsmallvec-c70f21126d08e767.rmeta --extern syn=/home/cratesfyi/cratesfyi/debug/deps/libsyn-a1cfd6c993d1c799.rmeta`
Finished dev [unoptimized + debuginfo] target(s) in 1.81s