{"id":65197,"library":"orfail","title":"Orfail","description":"Error handling library for portable unrecoverable errors.","status":"active","version":"2.0.0","language":"rust","source_language":null,"source_url":"https://github.com/sile/orfail","tags":["error-handling","portable","unrecoverable","result"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\norfail = \"2.0.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add orfail","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"OrFail","correct":"use orfail::OrFail;"}],"quickstart":{"code":"use orfail::OrFail;\nfn main() -> orfail::Result<()> {\n    let val: Result<i32, _> = Ok(42);\n    println!(\"{}\", val.or_fail()?);\n    Ok(())\n}","lang":"rust","description":"Demonstrates using OrFail to convert a Result into an orfail::Result."},"warnings":[],"env_vars":null,"search_vec":"'error':2,8,10 'error-handl':9 'handl':3,11 'librari':4 'orfail':1 'portabl':6,12 'result':14 'unrecover':7,13","created_at":"2026-06-17T17:06:57.546774+00:00","updated_at":"2026-06-17T17:06:57.546774+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/sile/orfail","github":"https://github.com/sile/orfail","docs":"https://docs.rs/orfail/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"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}}