Cleaned up project structure
Some checks failed
Rust / build_and_test (push) Failing after 1m16s

This commit is contained in:
Lukas Wölfer
2026-01-17 21:58:29 +01:00
parent 7baff3a50c
commit 681cc0f59d
17 changed files with 253 additions and 162 deletions

View File

@@ -0,0 +1,11 @@
name: Rust
on: [push, pull_request]
jobs:
build_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
- run: cargo test --all-features