@setlocal && pushd "%~dp0.."
cargo run --manifest-path=crates/xtask/Cargo.toml --bin gen
@if ERRORLEVEL 1 goto :
cargo test --all-features
@if ERRORLEVEL 1 goto :
cargo doc --all-features
@if ERRORLEVEL 1 goto :
cargo build
@if ERRORLEVEL 1 goto :
cargo test --all-features --target=i686-pc-windows-msvc
@if ERRORLEVEL 1 goto :
:end
@endlocal && popd && exit /b %ERRORLEVEL%