{"id":58583,"library":"claim","title":"claim","description":"Provides assertion macros for testing and debugging.","status":"active","version":"0.5.0","language":"rust","source_language":null,"source_url":"https://github.com/svartalf/rust-claim","tags":["testing","macros","assertions"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nclaim = \"0.5.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add claim","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"assert_ok","correct":"use claim::assert_ok;"}],"quickstart":{"code":"use claim::assert_ok;\n\nlet result: Result<i32, &str> = Ok(42);\nassert_ok!(result);\nprintln!(\"Assertion passed!\");","lang":"rust","description":"Uses the assert_ok! macro to assert a Result is Ok."},"warnings":[],"env_vars":null,"search_vec":"'assert':3,11 'claim':1 'debug':8 'macro':4,10 'provid':2 'test':6,9","created_at":"2026-06-16T16:30:21.256654+00:00","updated_at":"2026-06-16T16:30:21.256654+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/svartalf/rust-claim","github":"https://github.com/svartalf/rust-claim","docs":"https://docs.rs/claim/","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}}