macro_state 0.1.6

A set of macros allowing storing and loading global state at compile-time within proc macros.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.lazy_static]
version = "1.4.0"

[dependencies.macro_state_macros]
version = "0.1.6"

[lib]
path = "src/macro_state.rs"

[package]
description = "A set of macros allowing storing and loading global state at compile-time within proc macros."
edition = "2021"
license = "MIT"
name = "macro_state"
readme = "README.md"
repository = "https://github.com/sam0x17/macro_state"
resolver = "2"
version = "0.1.6"