coll 0.1.2

Some basic (persistent) collections
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]

name = "coll"

version = "0.1.2"

authors = ["Jim D'Angelo <jim@funclobile.com>", "Funclobile, Inc."]

description = "Some basic (persistent) collections"

license-file = "LICENSE"

readme = "README.md"

keywords = ["tree", "trees", "collections", "persistent"]

documentation = "https://docs.rs/coll"

homepage = "https://github.com/dangeloj/rust-collections"

repository = "https://github.com/dangeloj/rust-collections"



[dependencies]