bitstring-trees 0.1.0

Trees based on bitstrings
Documentation
[![Travis Build Status](https://travis-ci.org/stbuehler/rust-bitstring-trees.svg?branch=master)](https://travis-ci.org/stbuehler/rust-bitstring-trees)
[![AppVeyor Status](https://ci.appveyor.com/api/projects/status/d3q4831l760sepj6?svg=true)](https://ci.appveyor.com/project/stbuehler/rust-bitstring-trees)
[![crates.io](https://img.shields.io/crates/v/bitstring-trees.svg)](https://crates.io/crates/bitstring-trees)
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)

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

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