feat: Add Cargo files, CI, configs and README

This commit is contained in:
Diana Carvalho
2025-01-16 12:53:28 +00:00
parent a2784be122
commit c27b253ef5
17 changed files with 3980 additions and 1 deletions

5
check.sh Executable file
View File

@@ -0,0 +1,5 @@
set -e
cargo +nightly fmt --all --check
cargo clippy --workspace --lib --all-targets --all-features -- -D clippy::dbg-macro
cargo nextest run --workspace --lib --all-targets --all-features