Files
book-exercises/testing/Cargo.toml
Reality Enjoyer b287268919 testing
- create regular functions with various return types
- create test functions with various return types
- experiment with `cargo test`, `#[should_panic]`, `#[ignore]` and test modules
2026-01-19 07:06:25 +00:00

7 lines
78 B
TOML

[package]
name = "testing"
version = "0.1.0"
edition = "2024"
[dependencies]