features 0.10.0

A macro to generate runtime feature toggles.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "features"
version = "0.10.0"
authors = ["Fletcher Nichol <fnichol@nichol.ca>"]
license = "MIT/Apache-2.0"
readme = "README.md"
repository = "https://github.com/fnichol/features-rs"
documentation = "https://docs.rs/features"
keywords = ["feature", "toggle", "flag"]
categories = ["config", "development-tools"]
description = """
A macro to generate runtime feature toggles.
"""

[dependencies]
bitflags = "^1.0"