Attribute macro to require that the compiler prove a function can't ever panic.
# Cargo.toml
[dependencies]
no-panic = "0.1.36"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Annotates a function to ensure it does not panic at compile time.
Replace panicking operations with safe alternatives (e.g., `get` instead of indexing).
No dependency data recorded yet.