init: initial commit

This commit is contained in:
2025-07-21 19:39:06 +02:00
commit 172d399d44
8 changed files with 304 additions and 0 deletions

7
test.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/usr/bin/env bash
set -euxo pipefail;
# Just the features matrix
cargo test
cargo test --no-default-features -F nightly
cargo test -F allocator_api