{"id":58788,"library":"claims","title":"Claims","description":"Additional assertion macros for testing, providing more expressive test assertions.","status":"active","version":"0.8.0","language":"rust","source_language":null,"source_url":"https://github.com/Anders429/claims","tags":["testing","macros","assertions"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nclaims = \"0.8.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add claims","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"assert_ok","correct":"use claims::assert_ok;"}],"quickstart":{"code":"use claims::assert_ok;\n\nfn main() {\n    let result: Result<i32, &str> = Ok(42);\n    assert_ok!(result);\n}","lang":"rust","description":"Assert that a Result is Ok."},"warnings":[],"env_vars":null,"search_vec":"'addit':2 'assert':3,11,14 'claim':1 'express':9 'macro':4,13 'provid':7 'test':6,10,12","created_at":"2026-06-16T16:38:28.198070+00:00","updated_at":"2026-06-16T16:38:28.198070+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/Anders429/claims","github":"https://github.com/Anders429/claims","docs":"https://docs.rs/claims/","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}}