alloc-once-macros 0.1.0-rc.3

Procedural macro implementation detail of the `alloc-once` crate.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "alloc-once-macros"
description = "Procedural macro implementation detail of the `alloc-once` crate."
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
keywords = ["bump", "arena", "macro", "proc-macro", "bumpalo"]
categories = ["rust-patterns"]

[lib]
proc-macro = true

[dependencies]
syn = { version = "2", default-features = false, features = ["full", "parsing", "printing", "proc-macro"] }
quote = "1"
proc-macro2 = "1"