stable-vec 0.2.0

A Vec-like collection which guarantees stable indices and features O(1) deletion of elements
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "stable-vec"
version = "0.2.0"
authors = ["Lukas Kalbertodt <lukas.kalbertodt@gmail.com>"]
description = "A Vec-like collection which guarantees stable indices and features O(1) deletion of elements\n"
documentation = "https://docs.rs/stable-vec"
readme = "README.md"
keywords = ["stable", "vec", "vector", "index", "indices"]
categories = ["data-structures"]
license = "MIT/Apache-2.0"
repository = "https://github.com/LukasKalbertodt/stable-vec"
[dependencies.bit-vec]
version = "0.4.4"
[dev-dependencies.quickcheck]
version = "0.4"
[badges.travis-ci]
branch = "master"
repository = "LukasKalbertodt/stable-vec"

[badges.maintenance]
status = "actively-developed"