send_wrapper 0.5.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.
Documentation
Build #303480 2020-10-14T18:05:20.431762+00:00
# rustc version
rustc 1.49.0-nightly (adef9da30 2020-10-13)# docs.rs version
docsrs 0.6.0 (05c3aec 2020-10-14)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/send_wrapper-0.5.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/send_wrapper-0.5.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "3221225472" "--cpus" "2" "--user" "1001:1001" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-j2" "--" "-Z" "unstable-options" "--extern-html-root-url" "futures_executor=https://docs.rs/futures-executor/0.3.6" "--extern-html-root-url" "futures_util=https://docs.rs/futures-util/0.3.6" "--resource-suffix" "-20201013-1.49.0-nightly-adef9da30" "--static-root-path" "/" "--cap-lints" "warn" "--disable-per-crate-search", kill_on_drop: false }`
[INFO] [stdout] e5dd95d91af02bea61eda223c6ffdde34f5218166a849c37a02ac60f2c151d76
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "e5dd95d91af02bea61eda223c6ffdde34f5218166a849c37a02ac60f2c151d76", kill_on_drop: false }`
[INFO] [stderr] /opt/crates-build-env/entrypoint.sh: line 7: /etc/hosts: Permission denied
[INFO] [stderr]  Documenting send_wrapper v0.5.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 1.09s
[INFO] running `Command { std: "docker" "inspect" "e5dd95d91af02bea61eda223c6ffdde34f5218166a849c37a02ac60f2c151d76", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e5dd95d91af02bea61eda223c6ffdde34f5218166a849c37a02ac60f2c151d76", kill_on_drop: false }`
[INFO] [stdout] e5dd95d91af02bea61eda223c6ffdde34f5218166a849c37a02ac60f2c151d76