[package]
name = "jagged_array"
version = "0.2.0"
authors = ["Colin Wallace <wallacoloo@gmail.com>"]
description = "Owned `[[T]]`-like 2D array where each row can differ in length."
documentation = "https://docs.rs/jagged_array"
readme = "Readme.md"
keywords = ["multidimensional", "array", "data-structure"]
categories = ["data-structures"]
license = "MIT/Apache-2.0"
repository = "https://github.com/Wallacoloo/jagged_array"
[dependencies]
streaming-iterator = "0.1"
try_opt = "0.1"
[dev-dependencies]
rand = "0.3"