chore: add reamde
Some checks failed
CI / build-and-test (push) Has been cancelled

This commit is contained in:
2026-01-01 16:29:36 +02:00
parent d0b8f8177b
commit 6675634391
7 changed files with 645 additions and 431 deletions

View File

@@ -32,7 +32,7 @@ jobs:
run: cargo fmt --all --check
- name: Run Tests
run: |
cargo nextest run --all-features --all-targets
cargo nextest run --locked --all-features --all-targets
cargo test --locked --workspace --all-features --doc
- name: Check Documentation
run: cargo doc --locked --workspace --all-features --document-private-items --no-deps