rust_fizzbuzz:使用TDD在Rust中进行Fizzbuzz 源码
介绍 这是用TDD编写的Rust Fizz Buzz实现,用于熟悉Rust。 先决条件 访问并按照说明进行操作。 curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh 建造 cargo build 测试 cargo test 或者 cargo test --no-fail-fast 跑 > ./target/debug/rust_fizzbuzz 1 > ./target/debug/rust_fizzbuzz 2 ...
文件列表
rust_fizzbuzz-main.zip
(预估有个6文件)
rust_fizzbuzz-main
tests
test_fizzbuzz.rs
757B
src
main.rs
171B
lib.rs
1KB
Cargo.toml
222B
.gitignore
348B
README.md
441B
暂无评论