[package] name = "set" version = "0.1.1" authors = ["Sam Whited "] 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", "no-std"] [dependencies] [features] no_std = []