debug_unreachable

Crates.iodebug_unreachable
lib.rsdebug_unreachable
version0.1.1
sourcesrc
created_at2014-12-02 06:20:33.878809
updated_at2016-03-05 20:56:20.729205
descriptionunreachable!() in debug, std::intrinsics::unreachable() in release.
homepage
repositoryhttps://github.com/reem/rust-debug-unreachable.git
max_upload_size
id439
size1,904
log (github:rust-lang:log)

documentation

https://crates.fyi/crates/debug_unreachable/0.1.1

README

debug_unreachable

unreachable!() in debug, std::intrinsics::unreachable() in release.

Documentation

Usage

Use the crates.io repository; add this to your Cargo.toml along with the rest of your dependencies:

[dependencies]
debug_unreachable = "0.1"

Author

Jonathan Reem is the primary author and maintainer of debug-unreachable.

License

MIT

Commit count: 17

cargo fmt