initial commit

This commit is contained in:
2025-02-23 21:24:37 +01:00
commit b368f6200c
56 changed files with 2573 additions and 0 deletions

6
ci/doc Executable file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env bash
set -xEeuo pipefail
cd "$(git rev-parse --show-toplevel)"
cargo doc "$@"