Crate mines

Source
Expand description

A crate to help you set up explosive mines that go BOOM!

All functions and methods in this crate will panic in debug build, and causes undefined behavior in release build.

Traits§

OptionExt
boom extensions to Option.
ResultExt
boom extensions to Result.
SliceExt
boom extensions to [T].

Functions§

boom
This function will panic on debug builds, and marks itself unreachable on release builds (through unsafe compiler intrinsics).