最聪明的数独生成器 这个数独生成器足够聪明,可以检测生成的数独的难度。 构建并运行 # Run in debug mode cargo run # Run optimized release version cargo run --release # Run unit tests cargo test # Get unit tests coverage report rustup component add llvm-tools-preview cargo install grcov export RUSTC_BOOTSTRAP=1 export RUSTFLAGS= " -Zprofile