rle_vec 0.3.1

A vector like struct that stores data as runs of identical values. Useful for storing sparse data.
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 = "rle_vec"
version = "0.3.1"
authors = ["Arno Velds <avelds@gmail.com>", "Kerollmops <renault.cle@gmail.com>"]
description = "A vector like struct that stores data as runs of identical values. Useful for storing sparse data.\n"
homepage = "https://github.com/veldsla/rle_vec"
documentation = "https://docs.rs/rle_vec/"
keywords = ["rle", "vec", "vector", "rlevec"]
categories = ["data-structures"]
license = "MIT"
repository = "https://github.com/veldsla/rle_vec"
[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"