Move handling of NestedParams into a separate function

This commit is contained in:
Simon Leiner
2022-11-12 17:34:42 +01:00
parent 797c641efb
commit d9797a606e
3 changed files with 93 additions and 78 deletions

View File

@@ -11,6 +11,7 @@ proc-macro = true
[dependencies]
syn = { version = "1.0", features = ["extra-traits"] }
quote = "1.0"
proc-macro2 = "1.0"
[dev-dependencies]
nih_plug = { path = ".." }