safe_index 0.9.2

Type-safe indexes.
Documentation
# safe_index

| linux | windows |     |     |
|:-----:|:-------:|:---:|:---:|
| [![Build Status](https://travis-ci.org/AdrienChampion/safe_index.svg?branch=master)](https://travis-ci.org/AdrienChampion/safe_index) | [![Build status](https://ci.appveyor.com/api/projects/status/bh9768140tyyquhu/branch/master?svg=true)](https://ci.appveyor.com/project/AdrienChampion/safe-index) | [![Latest Version](https://img.shields.io/crates/v/safe_index.svg)](https://crates.io/crates/safe_index) | [![codecov](https://codecov.io/gh/AdrienChampion/safe_index/branch/master/graph/badge.svg)](https://codecov.io/gh/AdrienChampion/safe_index) |

Type-safe indexing in Rust. Provides a zero-cost way to have different types of indexes. See the [documentation] for more details.

[documentation]: https://docs.rs/safe_index (safe_index's documentation)