shifted_vec 0.1.2

A growable datastructure with positive and negative indexing built on top of `std::vec::Vec` calculating the offset automatically.
Documentation
[dependencies]

[package]
authors = ["Stefan Schindler <dns2utf8@estada.ch>"]
categories = ["data-structures"]
description = "A growable datastructure with positive and negative indexing built on top of `std::vec::Vec` calculating the offset automatically.\n"
documentation = "https://docs.rs/shifted_vec"
edition = "2018"
homepage = "https://gitlab.com/dns2utf8/shifted_vec"
include = ["**/*.rs", "Cargo.toml", "CHANGES.md", "LICENSE-APACHE", "LICENSE-MIT"]
keywords = ["vec", "shifted", "container", "data-structures", "negative-index"]
license = "MIT/Apache-2.0"
name = "shifted_vec"
readme = "README.md"
repository = "https://gitlab.com/dns2utf8/shifted_vec"
version = "0.1.2"