parity-send-wrapper 0.1.0

This Rust library implements a wrapper type called SendWrapper which allows you to move around non-Send types between threads, as long as you access the contained value only from within the original thread. You also have to make sure that the wrapper is dropped from within the original thread. If any of these constraints is violated, a panic occurs. Forked from https://github.com/thk1/send_wrapper because it was unmaintained
Documentation
Build #161777 2019-05-23T09:25:47.001948+00:00
# rustc version
rustc 1.36.0-nightly (d35181ad8 2019-05-20)# docs.rs version
cratesfyi 0.6.0 (be80566 2019-05-06)# build log
Updating crates.io index
Downloading crates ...
Downloaded parity-send-wrapper v0.1.0
Documenting parity-send-wrapper v0.1.0
Running `rustdoc --crate-name parity_send_wrapper /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/parity-send-wrapper-0.1.0/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20190520-1.36.0-nightly-d35181ad8 --static-root-path / --disable-per-crate-search -L dependency=/home/cratesfyi/cratesfyi/debug/deps`
Finished dev [unoptimized + debuginfo] target(s) in 3.17s