bit_field 0.7.0

Simple bit field trait providing get_bit, get_bits, set_bit, and set_bits methods for Rust's integral types.
Documentation

bit_field

A simple crate which provides the BitField trait, which provides methods for operating on individual bits and ranges of bits on Rust's integral types.

License

This crate is dual-licensed under MIT or the Apache License (Version 2.0). See LICENSE-APACHE and LICENSE-MIT for details.