ialloc 0.0.0-2025-05-02

Allocator interface traits
Documentation
1
2
3
4
5
6
7
8
9
10
@pushd "%~dp0.." && setlocal

"%WINDIR%\System32\bash" --login -c 'cargo test'
@if ERRORLEVEL 1 goto :die

"%WINDIR%\System32\bash" --login -c 'cargo build --all-targets --release'
@if ERRORLEVEL 1 goto :die

:die

@popd && endlocal && exit /b %ERRORLEVEL%