We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Test case is small testing framework for rust.
Example:
#[test_case("value" => "expected_result" ; "comment")] fn tested_function(s: &str) -> &str { todo!() }