generics 0.2.6

Provides macros for parsing generics (with optional where clause) in `macro_rules!`.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[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 = "2018"
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"
version = "0.2.6"