Expand description
As a workaround to their stabilization in the standard library remaining perma-open,
this crate provides the cold_path
, likely
, and unlikely
hints
built on the #[cold]
annotation as copied and pasted from the standard library source.