Provides a macro for marking unreachable code paths in stable Rust, similar to std::unreachable! but with a hint for optimization.
# Cargo.toml
[dependencies]
unreachable = "1.0.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Uses the unreachable! macro to mark a match arm that should never execute.
No known issues recorded.
No dependency data recorded yet.