{"id":73391,"library":"table-test","title":"Table Test","description":"Improve table testing in Rust.","status":"active","version":"0.2.1","language":"rust","source_language":null,"source_url":"https://github.com/nathanielsimard/table-test","tags":["testing","table-driven","macro"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\ntable-test = \"0.2.1\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add table-test","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"table_test","correct":"use table_test::table_test;"}],"quickstart":{"code":"use table_test::table_test;\n\nfn main() {\n    let cases = vec![\n        (1, 2, 3),\n        (4, 5, 9),\n    ];\n    for (a, b, expected) in cases {\n        assert_eq!(a + b, expected);\n    }\n}","lang":"rust","description":"Demonstrates table-driven testing with a list of test cases."},"warnings":[],"env_vars":null,"search_vec":"'driven':11 'improv':3 'macro':12 'rust':7 'tabl':1,4,10 'table-driven':9 'test':2,5,8","created_at":"2026-06-17T18:50:33.432179+00:00","updated_at":"2026-06-17T18:50:33.432179+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/nathanielsimard/table-test","github":"https://github.com/nathanielsimard/table-test","docs":"https://docs.rs/table-test/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["testing"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}