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
[dependencies.bitflags]
version = "^1.0"

[package]
authors = ["Fletcher Nichol <fnichol@nichol.ca>"]
categories = ["config", "development-tools"]
description = """
A macro to generate runtime feature toggles.
"""
documentation = "https://docs.rs/features"
keywords = ["feature", "toggle", "flag"]
license = "MIT/Apache-2.0"
name = "features"
readme = "README.md"
repository = "https://github.com/fnichol/features-rs"
version = "0.10.0"