[badges.is-it-maintained-issue-resolution]
repository = "gnzlbg/bitintr"
[badges.is-it-maintained-open-issues]
repository = "gnzlbg/bitintr"
[badges.maintenance]
status = "experimental"
[badges.travis-ci]
branch = "master"
repository = "gnzlbg/bitintr"
[[bench]]
harness = false
name = "rbit"
[package]
authors = ["gnzlbg <gonzalobg88@gmail.com>"]
build = "build.rs"
categories = ["algorithms", "hardware-support", "no-std"]
description = "Portable Bit Manipulation Intrinsics."
documentation = "https://docs.rs/bitintr"
edition = "2018"
homepage = "https://github.com/gnzlbg/bitintr"
keywords = ["portable", "bit", "manipulation", "intrinsics"]
license = "MIT"
name = "bitintr"
readme = "readme.md"
repository = "https://github.com/gnzlbg/bitintr"
version = "0.3.0"
[profile.bench]
codegen-units = 1
debug = false
debug-assertions = false
lto = true
opt-level = 3
rpath = false
[profile.test]
codegen-units = 1
debug = true
debug-assertions = true
lto = false
opt-level = 0