binary_macros 0.6.3

Macros for decoding base64-like encodings in string literals to [u8] literals.
Documentation
Build #55153 2017-06-04 10:55:14

# rustc version rustc 1.19.0-dev (28a93c1f4 2017-05-31)

# docs.rs version cratesfyi 0.4.0-dev (bedcc0c 2017-06-01)

# build log Updating registry `https://github.com/rust-lang/crates.io-index` Downloading binary_macros v0.6.3 Downloading binary_macros_impl v0.6.0 Fresh data-encoding v1.2.0 Fresh proc-macro-hack-impl v0.3.3 Fresh winapi v0.2.8 Fresh libc v0.2.23 Fresh utf8-ranges v0.1.3 Fresh winapi-build v0.1.1 Fresh regex-syntax v0.3.9 Compiling proc-macro-hack v0.3.3 Fresh memchr v0.1.11 Running `rustc --crate-name proc_macro_hack .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro-hack-0.3.3/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=6e66d3bb787ea7a9 -C extra-filename=-6e66d3bb787ea7a9 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern proc_macro_hack_impl=/home/cratesfyi/cratesfyi/debug/deps/libproc_macro_hack_impl-3680db9dfa6b5600.so --extern-version proc_macro_hack_impl=proc-macro-hack-impl,0.3.3 --cap-lints allow` Fresh aho-corasick v0.5.3 Fresh kernel32-sys v0.2.2 Fresh thread-id v2.0.0 Fresh thread_local v0.2.7 Fresh regex v0.1.80 Fresh dotenv v0.8.0 Compiling binary_macros_impl v0.6.0 Running `rustc --crate-name binary_macros_impl .cargo/registry/src/github.com-1ecc6299db9ec823/binary_macros_impl-0.6.0/src/lib.rs --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C debuginfo=2 -C metadata=ac64b0f0a94168df -C extra-filename=-ac64b0f0a94168df --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern proc_macro_hack=/home/cratesfyi/cratesfyi/debug/deps/libproc_macro_hack-6e66d3bb787ea7a9.rlib --extern-version proc_macro_hack=proc-macro-hack,0.3.3 --extern dotenv=/home/cratesfyi/cratesfyi/debug/deps/libdotenv-660cf26f4c5c8dcb.rlib --extern-version dotenv=dotenv,0.8.0 --extern data_encoding=/home/cratesfyi/cratesfyi/debug/deps/libdata_encoding-b7054e8950e00e49.rlib --extern-version data_encoding=data-encoding,1.2.0 --cap-lints allow` Documenting binary_macros v0.6.3 Running `rustdoc --crate-name binary_macros .cargo/registry/src/github.com-1ecc6299db9ec823/binary_macros-0.6.3/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern binary_macros_impl=/home/cratesfyi/cratesfyi/debug/deps/libbinary_macros_impl-ac64b0f0a94168df.so --extern-version binary_macros_impl=binary_macros_impl,0.6.0 --extern proc_macro_hack=/home/cratesfyi/cratesfyi/debug/deps/libproc_macro_hack-6e66d3bb787ea7a9.rlib --extern-version proc_macro_hack=proc-macro-hack,0.3.3` Finished dev [unoptimized + debuginfo] target(s) in 1.91 secs