{"id":59429,"library":"cool-asserts","title":"Cool Asserts","description":"A collection of useful testing assertions and utilities.","status":"active","version":"2.0.4","language":"rust","source_language":null,"source_url":"https://github.com/Lucretiel/cool_asserts","tags":["testing","assertions","utilities"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\ncool_asserts = \"2.0.4\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add cool_asserts","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"assert_matches","correct":"use cool_asserts::assert_matches;"}],"quickstart":{"code":"use cool_asserts::assert_matches;\n\nfn main() {\n    let value = Some(42);\n    assert_matches!(value, Some(42));\n}","lang":"rust","description":"Assert that a value matches a pattern."},"warnings":[],"env_vars":null,"search_vec":"'assert':2,8,12 'collect':4 'cool':1 'test':7,11 'use':6 'util':10,13","created_at":"2026-06-16T17:03:08.689855+00:00","updated_at":"2026-06-16T17:03:08.689855+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/Lucretiel/cool_asserts","github":"https://github.com/Lucretiel/cool_asserts","docs":"https://docs.rs/cool_asserts/","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-16","next_check":"2026-12-13","install_tag":null}}