bitstring 0.2.0

Bitstring traits and implementations
Documentation
1
2
3
4
5
6
7
8
9
[![Rust CI](https://github.com/stbuehler/rust-bitstring/actions/workflows/rust.yml/badge.svg?branch=master&event=push)](https://github.com/stbuehler/rust-bitstring/actions/workflows/rust.yml)
[![AppVeyor Status](https://ci.appveyor.com/api/projects/status/qj28crinfkjrvr7u?svg=true)](https://ci.appveyor.com/project/stbuehler/rust-bitstring)
[![crates.io](https://img.shields.io/crates/v/bitstring.svg)](https://crates.io/crates/bitstring)
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)

This library provides traits and some implementations to provide
bitstring views on objects.

The documentation for `master` is located at [https://stbuehler.github.io/rustdocs/bitstring/bitstring/](https://stbuehler.github.io/rustdocs/bitstring/bitstring/index.html); released versions are documented at [https://docs.rs/bitstring](https://docs.rs/bitstring).