Working commit

This commit is contained in:
2025-06-20 21:48:23 +10:00
parent 94e1cf2eb0
commit 06d3eebaa1
18 changed files with 316 additions and 159 deletions

2
scripts/build.sh Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/sh
cargo build "$@"

2
scripts/doc.sh Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/sh
cargo doc --all --no-deps "$@"