5 releases (1 stable)

Uses old Rust 2015

1.0.0 May 9, 2017
0.1.1 Feb 16, 2016
0.1.0 Feb 16, 2016
0.0.2 Jun 10, 2015
0.0.1 Jun 2, 2015

#2300 in Rust patterns

Download history 133007/week @ 2024-01-05 133269/week @ 2024-01-12 182212/week @ 2024-01-19 178109/week @ 2024-01-26 193858/week @ 2024-02-02 195129/week @ 2024-02-09 172261/week @ 2024-02-16 183377/week @ 2024-02-23 178345/week @ 2024-03-01 132395/week @ 2024-03-08 147318/week @ 2024-03-15 144210/week @ 2024-03-22 175245/week @ 2024-03-29 187856/week @ 2024-04-05 158010/week @ 2024-04-12 128951/week @ 2024-04-19

678,827 downloads per month
Used in 1,122 crates (21 directly)

MIT/Apache

7KB

unreachable

An unreachable code optimization hint in stable rust.

Documentation

Usage

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

[dependencies]
unreachable = "0.1"

Author

Jonathan Reem is the primary author and maintainer of unreachable.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.


lib.rs:

unreachable

An unreachable code optimization hint in stable rust, and some useful extension traits for Option and Result.

Dependencies