thunk 0.3.0

Primitives for generic lazy evaluation in Rust. This crate requires nightly for `untagged_unions`.
Documentation
Build #51245 2017-05-28T23:09:44.589940+00:00
# rustc version
rustc 1.19.0-nightly (75b056812 2017-05-15)
# docs.rs version
cratesfyi 0.3.4 (cc96115 2017-05-09)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading thunk v0.3.0
Compiling void v1.0.2
Running `rustc --crate-name void .cargo/registry/src/github.com-1ecc6299db9ec823/void-1.0.2/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=6c52c4ddaea6e3db -C extra-filename=-6c52c4ddaea6e3db --out-dir /home/cratesfyi/thunk-0.3.0/debug/deps -L dependency=/home/cratesfyi/thunk-0.3.0/debug/deps --cap-lints allow`
Compiling unreachable v1.0.0
Running `rustc --crate-name unreachable .cargo/registry/src/github.com-1ecc6299db9ec823/unreachable-1.0.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=b9c7c97cb1bf6717 -C extra-filename=-b9c7c97cb1bf6717 --out-dir /home/cratesfyi/thunk-0.3.0/debug/deps -L dependency=/home/cratesfyi/thunk-0.3.0/debug/deps --extern void=/home/cratesfyi/thunk-0.3.0/debug/deps/libvoid-6c52c4ddaea6e3db.rlib --cap-lints allow`
Documenting thunk v0.3.0
Running `rustdoc --crate-name thunk .cargo/registry/src/github.com-1ecc6299db9ec823/thunk-0.3.0/src/lib.rs -o /home/cratesfyi/thunk-0.3.0/doc -L dependency=/home/cratesfyi/thunk-0.3.0/debug/deps --extern unreachable=/home/cratesfyi/thunk-0.3.0/debug/deps/libunreachable-b9c7c97cb1bf6717.rlib`
Finished dev [unoptimized + debuginfo] target(s) in 0.61 secs