bits

Crates.iobits
lib.rsbits
version0.0.4
sourcesrc
created_at2015-03-29 22:07:31.725964
updated_at2015-12-11 23:57:49.028558
descriptionx86 BMI-style bit manipulation routines
homepage
repositoryhttps://github.com/freebroccolo/bits.rs
max_upload_size
id1738
size12,559
(silvanshade)

documentation

http://freebroccolo.github.io/bits.rs/doc/bits/

README

bits.rs

x86 BMI-style bit manipulation routines

Synopsis

This library provides various bit manipulation routines not available in Rust std. Currently it is just a portable implementation of the x86 ABM, BMI 1/2, and TBM instruction sets but the API may expand in the future. The implementation will (eventually) take advantage of specialized hardware instructions available on the native platform.

Documentation

See the API documentation here.

Requirements

  1. Rust
  2. Cargo

You can install both with the following:

$ curl -s https://static.rust-lang.org/rustup.sh | sudo sh

See Installing Rust for further details.

Usage

$ cargo build       ## build library/binary
$ cargo run         ## run examples
$ cargo test        ## run tests
Commit count: 0

cargo fmt