continue 0.1.2

Swift-style continuation API
Documentation
1
2
3
4
5
6
7
8
9
10
#!/bin/bash
set -e
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
REPO_ROOT="$(cd "$SCRIPT_DIR/../.." && pwd)"

WARN_FLAGS="-D warnings"
if [[ " $* " =~ " --relaxed " ]]; then
    WARN_FLAGS=""
fi
RUSTFLAGS="$WARN_FLAGS" cargo check