Crates.io | debug_unreachable |
lib.rs | debug_unreachable |
version | 0.1.1 |
source | src |
created_at | 2014-12-02 06:20:33.878809 |
updated_at | 2016-03-05 20:56:20.729205 |
description | unreachable!() in debug, std::intrinsics::unreachable() in release. |
homepage | |
repository | https://github.com/reem/rust-debug-unreachable.git |
max_upload_size | |
id | 439 |
size | 1,904 |
unreachable!() in debug, std::intrinsics::unreachable() in release.
Use the crates.io repository; add this to your Cargo.toml
along
with the rest of your dependencies:
[dependencies]
debug_unreachable = "0.1"
Jonathan Reem is the primary author and maintainer of debug-unreachable.
MIT