[package] name = "likely_stable" version = "0.1.2" authors = ["Olivier Kannengieser "] 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] #dev only: used to check the hint is correct (cargo rustc --features check_assembly --lib -- --emit=asm). check_assembly = [] default = [] [dependencies] const_fn = "0.4" [dev-dependencies] rand = "0.8" [build-dependencies] rustc_version = "0.3"