[build-dependencies.rustc_version]
version = "0.3"
[dependencies.const_fn]
version = "0.4"
[dev-dependencies.rand]
version = "0.8"
[features]
check_assembly = []
default = []
[package]
authors = ["Olivier Kannengieser <okannen@gmail.com>"]
categories = ["no-std", "rust-patterns", "hardware-support"]
description = "likely and unlikely compiler hints in stable rust"
edition = "2018"
keywords = ["optimization", "hint", "likely", "intrinsics", "performance"]
license = "MIT OR Apache-2.0"
name = "likely_stable"
repository = "https://gitlab.com/okannen/likely"
version = "0.1.1"