aprender-compute 0.29.0

High-performance SIMD compute library with GPU support, LLM inference engine, and GGUF model loading (was: trueno)
1
2
3
4
5
6
7
8
# cargo-mutants configuration
# See: https://mutants.rs/

# Timeout per mutant (seconds)
timeout = 300

# Exclude test files from mutation
exclude_re = ["tests/", "benches/", "examples/"]