{"id":59088,"library":"panic-abort","title":"Panic Abort","description":"Sets the panicking behavior to abort the process instead of unwinding.","status":"active","version":"0.3.2","language":"rust","source_language":null,"source_url":"https://github.com/japaric/panic-abort","tags":["panic","abort","no_std","embedded"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\npanic-abort = \"0.3.2\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add panic-abort","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"register","correct":"use panic_abort::register;"}],"quickstart":{"code":"use panic_abort::register;\n\nfn main() {\n    register();\n    panic!(\"This will abort the process\");\n}","lang":"rust","description":"Registers an abort-on-panic handler."},"warnings":[{"fix":"Use `#![feature(panic_abort)]` in your crate or switch to stable alternatives.","message":"Only works on nightly Rust.","severity":"gotcha","affected_versions":">=0.3.0"}],"env_vars":null,"search_vec":"'abort':2,8,15 'behavior':6 'embed':18 'instead':11 'panic':1,14 'panick':5 'process':10 'set':3 'std':17 'unwind':13","created_at":"2026-06-16T16:49:44.739961+00:00","updated_at":"2026-06-16T16:49:44.739961+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/japaric/panic-abort","github":"https://github.com/japaric/panic-abort","docs":"https://docs.rs/panic-abort/","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-16","next_check":"2026-12-13","install_tag":null}}