rustup default stable-x86_64-pc-windows-msvc REM You need Visual Studio with C++ compiler and Windows SDK components call "%ProgramFiles%\Microsoft Visual Studio\2022\Community\Common7\Tools\VsDevCmd.bat" set PATH=%PATH%;C:\Program Files\LLVM\bin cargo build --release if %ERRORLEVEL% neq 0 ( exit /b %ERRORLEVEL% ) set RUST_LOG=error cargo test --release REM notifications2_insecure_ssl REM -- --nocapture rustup default stable-x86_64-pc-windows-gnu