power-of-two-impl 0.1.0

A simple power-of-two macro. Useful for creating compile-time constants.
Documentation
[package]
name = "power-of-two-impl"
version = "0.1.0"
authors = ["mexus <gilaldpellaeon@gmail.com>"]
edition = "2018"
license = "MIT/Apache-2.0"
description = "A simple power-of-two macro. Useful for creating compile-time constants."

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[lib]
proc-macro = true

[dependencies]
syn = "1.0"
quote = "1.0"
proc-macro-hack = { version = "0.5" }
proc-macro2 = "1.0"