from_hashmap 0.1.0

Defines a procedural macro to build a struct from a HashMap containing values for its fields
Documentation
Build #46041 2017-04-06T23:40:26.834593+00:00
# rustc version
rustc 1.17.0-nightly (134c4a0f0 2017-03-20)
# docs.rs version
cratesfyi 0.3.2 (56e5d46 2017-03-20)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading from_hashmap v0.1.0
Compiling quote v0.3.15
Compiling unicode-xid v0.0.4
Running `rustc --crate-name quote .cargo/registry/src/github.com-1ecc6299db9ec823/quote-0.3.15/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=565e17019bbf404d -C extra-filename=-565e17019bbf404d --out-dir /home/cratesfyi/from_hashmap-0.1.0/debug/deps -L dependency=/home/cratesfyi/from_hashmap-0.1.0/debug/deps --cap-lints allow`
Running `rustc --crate-name unicode_xid .cargo/registry/src/github.com-1ecc6299db9ec823/unicode-xid-0.0.4/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' -C metadata=0718538d6479f922 -C extra-filename=-0718538d6479f922 --out-dir /home/cratesfyi/from_hashmap-0.1.0/debug/deps -L dependency=/home/cratesfyi/from_hashmap-0.1.0/debug/deps --cap-lints allow`
Compiling syn v0.10.8
Running `rustc --crate-name syn .cargo/registry/src/github.com-1ecc6299db9ec823/syn-0.10.8/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="quote"' --cfg 'feature="unicode-xid"' --cfg 'feature="default"' --cfg 'feature="parsing"' --cfg 'feature="printing"' -C metadata=3f70c2ed9c837440 -C extra-filename=-3f70c2ed9c837440 --out-dir /home/cratesfyi/from_hashmap-0.1.0/debug/deps -L dependency=/home/cratesfyi/from_hashmap-0.1.0/debug/deps --extern unicode_xid=/home/cratesfyi/from_hashmap-0.1.0/debug/deps/libunicode_xid-0718538d6479f922.rlib --extern quote=/home/cratesfyi/from_hashmap-0.1.0/debug/deps/libquote-565e17019bbf404d.rlib --cap-lints allow`
Documenting from_hashmap v0.1.0
Running `rustdoc --crate-name from_hashmap .cargo/registry/src/github.com-1ecc6299db9ec823/from_hashmap-0.1.0/src/lib.rs -o /home/cratesfyi/from_hashmap-0.1.0/doc -L dependency=/home/cratesfyi/from_hashmap-0.1.0/debug/deps --extern syn=/home/cratesfyi/from_hashmap-0.1.0/debug/deps/libsyn-3f70c2ed9c837440.rlib --extern quote=/home/cratesfyi/from_hashmap-0.1.0/debug/deps/libquote-565e17019bbf404d.rlib`
Finished dev [unoptimized + debuginfo] target(s) in 5.57 secs