mlua-serde-derive 0.1.1

proc macro to automate implementing IntoLua and FromLua on serde values
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "mlua-serde-derive"
description = "proc macro to automate implementing IntoLua and FromLua on serde values"
repository = "https://github.com/hexedtech/mlua-serde-derive"
authors = [
	"alemi <me@alemi.dev>",
]
license = "GPL-3.0-only"
version = "0.1.1"
edition = "2024"

[lib]
proc-macro = true

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