set 0.1.1

A simple trait representing a set of data.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies]

[features]
no_std = []

[package]
authors = ["Sam Whited <sam@samwhited.com>"]
categories = ["data-structures", "no-std"]
description = """
A simple trait representing a set of data.
"""
documentation = "https://docs.rs/set"
keywords = ["trait", "set"]
license = "MIT/Apache-2.0"
name = "set"
repository = "https://bitbucket.org/mellium/text/"
version = "0.1.1"