bitwise 0.1.1

Portable high-level bitwise manipulation algorithms.
[package]
name = "bitwise"
version = "0.1.1"
authors = ["gnzlbg <gonzalobg88@gmail.com>"]
description = "Portable high-level bitwise manipulation algorithms."
documentation = "https://gnzlbg.github.io/bitwise"
homepage = "https://gnzlbg.github.io/bitwise"
repository = "https://github.com/gnzlbg/bitwise"
readme = "readme.md"
keywords = ["portable", "bit", "manipulation", "algorithms"]
license = "MIT"
build = "build.rs"
categories = ["algorithms", "hardware-support", "no-std"]

[badges]
travis-ci = { repository = "gnzlbg/bitwise", branch = "master" }

[build-dependencies]
rustc_version = "0.1.*"

[dependencies]
bitintr = "0.1.*"

[dev-dependencies]
bencher = "0.1.*"

[[bench]]
name = "morton"
bench = true
harness = false

[[bench]]
name = "gcd"
bench = true
harness = false


[profile.bench]
opt-level = 3
debug = false
rpath = false
lto = true
debug-assertions = false
codegen-units = 1
panic = 'abort'