ialloc 0.0.0-2025-05-02

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

cargo test  --target=i686-pc-windows-msvc
@if ERRORLEVEL 1 goto :die

cargo build --target=i686-pc-windows-msvc --all-targets --release
@if ERRORLEVEL 1 goto :die

:die

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