set 0.1.0

A simple trait representing a set of data.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "set"
version = "0.1.0"
authors = ["Sam Whited <sam@samwhited.com>"]
license = "MIT/Apache-2.0"
description = """
A simple trait representing a set of data.
"""
repository = "https://bitbucket.org/mellium/text/"
keywords = ["trait", "set"]
documentation = "https://docs.rs/set"
categories = ["data-structures"]

[dependencies]