generics 0.5.3

Provides macros for parsing generics (with optional where clause) in `macro_rules!`.
Documentation
[badges.maintenance]
status = "actively-developed"

[package]
authors = ["warlock <internalmike@gmail.com>"]
categories = ["rust-patterns", "no-std"]
description = "Provides macros for parsing generics (with optional where clause) in `macro_rules!`."
documentation = "https://docs.rs/generics/"
edition = "2021"
keywords = ["macro", "parser", "generics", "where", "macro_rules"]
license = "MIT OR Apache-2.0"
name = "generics"
readme = "README.md"
repository = "https://github.com/A1-Triard/generics"
rust-version = "1.71"
version = "0.5.3"