compact_macros 0.1.0

Automatic `#[derive(Compact)]` macro for structs whose fields are all `Compact`
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "compact_macros"
description = "Automatic `#[derive(Compact)]` macro for structs whose fields are all `Compact`"
version = "0.1.0"
authors = ["Anselm Eickhoff <anselm.eickhoff@gmail.com>"]
repository = "https://github.com/aeickhoff/compact_macros"
license = "MIT"
maintenance = { status = "experimental" }

[dependencies]
syn = "=0.11.11"
quote = "0.3.15"

[dev-dependencies]
pretty_assertions = "0.4.1"

[lib]
proc-macro = true