- create regular functions with various return types
- create test functions with various return types
- experiment with `cargo test`, `#[should_panic]`, `#[ignore]` and test modules
This commit is contained in:
2026-01-19 07:06:25 +00:00
parent 2e59942555
commit b287268919
2 changed files with 200 additions and 0 deletions

6
testing/Cargo.toml Normal file
View File

@@ -0,0 +1,6 @@
[package]
name = "testing"
version = "0.1.0"
edition = "2024"
[dependencies]