likely_polyfill 1.0.0

cold_path, likely, and unlikely for non-nightly Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[badges.maintenance]
status = "as-is"

[package]
authors = ["Henri Sivonen <hsivonen@hsivonen.fi>"]
categories = ["no-std", "rust-patterns"]
description = "cold_path, likely, and unlikely for non-nightly Rust"
documentation = "https://docs.rs/likely_polyfill/"
edition = "2018"
homepage = "https://docs.rs/likely_polyfill/"
keywords = ["likely", "unlikely", "optimization", "performance"]
license = "MIT or Apache-2.0"
name = "likely_polyfill"
readme = "README.md"
repository = "https://github.com/hsivonen/likely_polyfill"
version = "1.0.0"