ialloc 0.0.0-2025-05-02

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

cargo +nightly test
@if ERRORLEVEL 1 goto :die

cargo +nightly build --all-targets
@if ERRORLEVEL 1 goto :die

@call "scripts\doc.cmd"
@if ERRORLEVEL 1 goto :die

:die

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