[go: up one dir, main page]

im 4.0.1

Assorted immutable collection datatypes
Documentation
[package]
name = "im"
version = "4.0.1"
authors = ["Bodil Stokke <bodil@bodil.org>"]
license = "LGPL-3.0+"
description = "Assorted immutable collection datatypes"
repository = "https://github.com/bodil/im-rs"
documentation = "https://docs.rs/im/"
readme = "README.md"
categories = ["data-structures"]
keywords = ["immutable", "persistent"]

[badges]
travis-ci = { repository = "bodil/im-rs" }

[dependencies]
quickcheck = { version = "0.4.1", optional = true }

[dev-dependencies]
quickcheck = "0.4.1"