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