const_guards_attribute 0.1.2

An attribute macro for compile time constraints on const generics
Documentation
[dependencies.derive-syn-parse]
version = "0.1.5"

[dependencies.proc-macro2]
version = "1.0.37"

[dependencies.quote]
version = "1.0.18"

[dependencies.syn]
features = ["full"]
version = "1.0.92"

[lib]
proc-macro = true

[package]
authors = ["Marius Weidner <const_guards@mariusweidner.de>"]
categories = ["development-tools"]
description = "An attribute macro for compile time constraints on const generics"
documentation = "https://docs.rs/const_guards"
edition = "2021"
homepage = "https://github.com/Mari-W/const_guards"
keywords = ["const", "generics"]
license = "MIT"
name = "const_guards_attribute"
readme = "../../README.md"
repository = "https://github.com/Mari-W/const_guards"
resolver = "2"
version = "0.1.2"