[package]
name = "immutable-seq"
version = "0.1.1"
authors = ["Benson Joeris <bjoeris@gmail.com>"]
description = "Immutable sequence data structure"
documentation = "https://docs.rs/immutable-seq"
repository = "https://github.com/bjoeris/rust-immutable-seq"
readme = "README.md"
keywords = [ "immutable", "collection", "data-structure", "sequence" ]
categories = [ "algorithms", "data-structures" ]
license = "MIT"
[badges]
travis-ci = { repository = "https://travis-ci.org/bjoeris/rust-immutable-seq" }
[dependencies]
debug_unreachable = "0.1.1"
quickcheck = "0.4.1"