enum_from_str 0.1.0

Enable deriving FromStr for enums
Documentation
Build #141297 2019-02-05T10:31:38.905100+00:00
# rustc version
rustc 1.34.0-nightly (d8a0dd7ae 2019-01-28)
# docs.rs version
cratesfyi 0.6.0 (b517745 2019-01-29)

# build log
Updating crates.io index
Downloading crates ...
Downloaded enum_from_str v0.1.0
Fresh unicode-xid v0.1.0
Fresh proc-macro2 v0.4.27
Fresh quote v0.6.11
Compiling syn v0.14.9
Running `rustc --crate-name syn /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-0.14.9/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="proc-macro2"' --cfg 'feature="quote"' -C metadata=aa6152b50b0b03ea -C extra-filename=-aa6152b50b0b03ea --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern proc_macro2=/home/cratesfyi/cratesfyi/debug/deps/libproc_macro2-15c08e4f588acc9c.rlib --extern quote=/home/cratesfyi/cratesfyi/debug/deps/libquote-863f1badbf25aace.rlib --extern unicode_xid=/home/cratesfyi/cratesfyi/debug/deps/libunicode_xid-90afea415fa45b8a.rlib --cap-lints allow`
Compiling enum_from_str_derive v0.1.0
Running `rustc --edition=2018 --crate-name enum_from_str_derive /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/enum_from_str_derive-0.1.0/src/lib.rs --color never --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C debuginfo=2 -C metadata=32fb56320d8d4bdf -C extra-filename=-32fb56320d8d4bdf --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern quote=/home/cratesfyi/cratesfyi/debug/deps/libquote-863f1badbf25aace.rlib --extern syn=/home/cratesfyi/cratesfyi/debug/deps/libsyn-aa6152b50b0b03ea.rlib --cap-lints allow`
Documenting enum_from_str v0.1.0
Running `rustdoc --edition=2018 --crate-name enum_from_str /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/enum_from_str-0.1.0/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20190128-1.34.0-nightly-d8a0dd7ae --static-root-path / --disable-per-crate-search --extern-html-root-url 'enum_from_str_derive=https://docs.rs/enum_from_str_derive/0.1.0' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern enum_from_str_derive=/home/cratesfyi/cratesfyi/debug/deps/libenum_from_str_derive-32fb56320d8d4bdf.so`
Finished dev [unoptimized + debuginfo] target(s) in 9.95s