mutually_exclusive_features 0.1.0

Macros to check that only none or one of a set of features is enabled at a time, as known as mutually exclusive features
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
authors = ["Omid Rad <omidmr@gmail.com>"]
categories = ["development-tools", "no-std", "rust-patterns"]
description = "Macros to check that only none or one of a set of features is enabled at a time, as known as mutually exclusive features"
edition = "2021"
keywords = ["feature", "macro", "mutually_exclusive", "mutually", "exclusive"]
license = "MIT OR Apache-2.0"
name = "mutually_exclusive_features"
readme = "README.md"
repository = "https://github.com/omid/mutually_exclusive_features"
rust-version = "1.56.0"
version = "0.1.0"