safe_index 0.9.1

Type-safe indexes.
Documentation
# safe_index

[![Build Status](https://travis-ci.org/AdrienChampion/safe_index.svg?branch=master)](https://travis-ci.org/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)