token-parser-derive 0.3.0

Derive macros to make structs parsable into tokens
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "token-parser-derive"
version = "0.3.0"
description = "Derive macros to make structs parsable into tokens"
authors = ["p <p11@p11c.xyz>"]
edition = "2024"
license = "MIT OR Apache-2.0"
repository = "https://gitlab.com/porky11/token-parser-derive"
keywords = ["derive", "parser", "proc-macro", "tokens"]
categories = ["parsing", "rust-patterns"]
readme = "README.md"

[lib]
proc-macro = true

[dependencies]
quote = "1.0"
syn = "2.0.114"