cfg_aliases 0.1.0

A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks.
Documentation
[badges.maintenance]
status = "passively-maintained"

[package]
authors = ["Zicklag <zicklag@katharostech.com>"]
categories = ["development-tools", "development-tools::build-utils"]
description = "A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks."
documentation = "https://docs.rs/cfg_aliases"
edition = "2018"
exclude = ["modoc.config", "release.toml"]
homepage = "https://github.com/katharostech/cfg_aliases"
keywords = ["cfg", "alias", "conditional", "compilation", "build"]
license = "MIT"
license-file = "LICENSE"
name = "cfg_aliases"
readme = "README.md"
repository = "https://github.com/katharostech/cfg_aliases"
version = "0.1.0"