getset 0.0.8

Getset, we're ready to go! A procedural macro for generating the most basic getters and setters on fields.
Documentation
Build #182488 2019-09-01T19:44:47.414855+00:00
# rustc version
rustc 1.39.0-nightly (bea0372a1 2019-08-20)# docs.rs version
cratesfyi 0.6.0 (f01dedd 2019-07-30)# build log
Updating crates.io index
Compiling proc-macro2 v1.0.2
Fresh unicode-xid v0.2.0
Running `rustc --edition=2018 --crate-name build_script_build /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.2/build.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="proc-macro"' -C metadata=9e1af325d0b16eea -C extra-filename=-9e1af325d0b16eea --out-dir /home/cratesfyi/cratesfyi/debug/build/proc-macro2-9e1af325d0b16eea -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Running `/home/cratesfyi/cratesfyi/debug/build/proc-macro2-9e1af325d0b16eea/build-script-build`
Running `rustc --edition=2018 --crate-name proc_macro2 /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.2/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 --cfg 'feature="proc-macro"' -C metadata=b37a1cd46dfcc18e -C extra-filename=-b37a1cd46dfcc18e --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern unicode_xid=/home/cratesfyi/cratesfyi/debug/deps/libunicode_xid-1bc3cce7a9cbb71f.rmeta --cap-lints allow --cfg use_proc_macro --cfg wrap_proc_macro --cfg proc_macro_span`
Checking quote v1.0.2
Running `rustc --edition=2018 --crate-name quote /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/quote-1.0.2/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=d60773fb90ead811 -C extra-filename=-d60773fb90ead811 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern proc_macro2=/home/cratesfyi/cratesfyi/debug/deps/libproc_macro2-b37a1cd46dfcc18e.rmeta --cap-lints allow`
Checking syn v1.0.5
Running `rustc --edition=2018 --crate-name syn /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.5/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -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="quote"' -C metadata=82c9f5c4dbd8b59a -C extra-filename=-82c9f5c4dbd8b59a --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern proc_macro2=/home/cratesfyi/cratesfyi/debug/deps/libproc_macro2-b37a1cd46dfcc18e.rmeta --extern quote=/home/cratesfyi/cratesfyi/debug/deps/libquote-d60773fb90ead811.rmeta --extern unicode_xid=/home/cratesfyi/cratesfyi/debug/deps/libunicode_xid-1bc3cce7a9cbb71f.rmeta --cap-lints allow`
Documenting getset v0.0.8
Running `rustdoc --edition=2018 --crate-name getset /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/getset-0.0.8/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20190820-1.39.0-nightly-bea0372a1 --static-root-path / --disable-per-crate-search --extern-html-root-url 'proc_macro2=https://docs.rs/proc-macro2/1.0.2' --extern-html-root-url 'quote=https://docs.rs/quote/1.0.2' --extern-html-root-url 'syn=https://docs.rs/syn/1.0.5' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern proc_macro2=/home/cratesfyi/cratesfyi/debug/deps/libproc_macro2-b37a1cd46dfcc18e.rmeta --extern quote=/home/cratesfyi/cratesfyi/debug/deps/libquote-d60773fb90ead811.rmeta --extern syn=/home/cratesfyi/cratesfyi/debug/deps/libsyn-82c9f5c4dbd8b59a.rmeta`
Finished dev [unoptimized + debuginfo] target(s) in 5.80s