succinct_vec 0.1.0

A Vec-like datastructure with less memory overhead
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]
edition = "2018"
name = "succinct_vec"
version = "0.1.0"
authors = ["Daniel Mock <qwertz120@gmail.com>"]
description = "A Vec-like datastructure with less memory overhead"
homepage = "https://github.com/danielmock/succinct-vec"
readme = "README.md"
keywords = ["data-structures", "vec", "stack"]
categories = ["algorithms", "data-structures"]
license = "MIT"
repository = "https://github.com/danielmock/succinct-vec"

[dependencies]
[dev-dependencies.lazy_static]
version = "1.3.0"

[dev-dependencies.rand]
version = "0.6.5"