async_file 0.1.3

An executor-agnostic async file IO library
Documentation
1
2
3
4
5
6
7
#!/bin/bash
set -e
WARN_FLAGS="-D warnings"
if [[ " $* " =~ " --relaxed " ]]; then
    WARN_FLAGS=""
fi
RUSTFLAGS="$WARN_FLAGS" cargo check