some_global_executor 0.1.6

Reference thread-per-core executor for the some_executor crate.
Documentation
1
2
3
4
5
6
7
#!/bin/bash
set -e
WARN_FLAGS="-D warnings"
if [[ " $* " =~ " --relaxed " ]]; then
    WARN_FLAGS=""
fi
RUSTDOCFLAGS="$WARN_FLAGS" cargo doc --all