The project uses Rust 2024, a pinned nightly toolchain, strict lint settings,
and documented source code. Development builds use Cranelift for debug code
generation. On Linux targets, .cargo/config.toml configures clang to link with
mold so local debug builds link quickly. Coverage generation uses lld
instead because LLVM coverage tools expect LLVM-compatible linker behaviour.