key_set 0.1.0

KeySet representing concepts of All, None, Some(list), and AllExceptSome(list), with basic set calculations (intersection, difference, inverse).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "key_set"
version = "0.1.0"
authors = ["Eduardo Turiño <eturino@eturino.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
repository = "https://github.com/eturino/key-set.rs/"
readme = "README.md"
description = "KeySet representing concepts of All, None, Some(list), and AllExceptSome(list), with basic set calculations (intersection, difference, inverse)."


# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
serde = { version = "1.0", features = ["derive"] }

[dev-dependencies]
serde_json = "1.0.60"