jagged_array 0.2.0

Owned `[[T]]`-like 2D array where each row can differ in length.
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 = "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"