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