[build-dependencies.rustc_version]
version = "0.4"
[dev-dependencies.rand]
version = "0.8"
[features]
check_assembly = []
default = []
[lib]
name = "likely_stable"
path = "src/lib.rs"
[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(nightly)"]
level = "allow"
priority = 0
[package]
authors = ["Olivier Kannengieser <okannen@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
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"
readme = "README.md"
repository = "https://gitlab.com/okannen/likely"
rust-version = "1.52"
version = "0.1.3"
[[test]]
name = "test"
path = "tests/test.rs"