Improved the internals of the LuaDeviceConfig macro and improve the

usability of the macro
This commit is contained in:
2024-04-26 04:53:45 +02:00
parent 024b9c9dbc
commit 55237a2ba2
16 changed files with 226 additions and 274 deletions

1
Cargo.lock generated
View File

@@ -114,6 +114,7 @@ version = "0.1.0"
name = "automation_macro"
version = "0.1.0"
dependencies = [
"itertools 0.12.1",
"proc-macro2",
"quote",
"syn 2.0.60",