unreachable!() in debug, std::intrinsics::unreachable() in release.
panic in debug, intrinsics::unreachable() in release (fork of debug_unreachable)
Unchecked assertions of unreachability which panics on debug builds.
An assertions library.
Unsafe assertions that allow for optimizations in release mode.
Switch between unreachable! and unreachable_unchecked with a single macro
Jonesy is here to help you not panic!
Pure-Rust AV1 codec — orphan-rebuild scaffold pending clean-room re-implementation.
Rust task runner and build tool.
Command line rust documentation searching in the style of godoc
A highly parallel Perl 5 interpreter written in Rust
Handy debug only macros.