init_space 0.0.3

A procedural macro to calculate space for struct fields
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "init_space"
version = "0.0.3"
edition = "2021"
description = "A procedural macro to calculate space for struct fields"
license = "MIT"
documentation = "https://docs.rs/init_space"

[lib]
proc-macro = true

[dependencies]
syn = { version = "2.0", features = ["full"] }
quote = "1"
proc-macro2 = "1"