option_set 0.2.0

Bitflags on steroids
Documentation
[dependencies.heck]
version = "0.4"

[dependencies.serde]
version = "1.0"
[dev-dependencies.bitflags]
version = "2"

[dev-dependencies.serde]
features = ["derive"]
version = "1.0"

[dev-dependencies.serde_json]
version = "1.0"

[dev-dependencies.serde_yaml]
version = "0.9"

[package]
authors = ["Árpád Goretity <h2co3@h2co3.org>"]
categories = ["data-structures", "encoding", "value-formatting", "parsing"]
description = "Bitflags on steroids"
documentation = "https://docs.rs/option_set"
edition = "2021"
homepage = "https://github.com/H2CO3/option_set.git"
keywords = ["bitflags", "bitmask", "bit", "flags", "options"]
license = "MIT"
name = "option_set"
readme = "README.md"
repository = "https://github.com/H2CO3/option_set.git"
version = "0.2.0"