rust-diplomat / diplomat

Experimental Rust tool for generating FFI definitions allowing many other languages to call Rust code
https://rust-diplomat.github.io/book/
Other
532 stars 51 forks source link

Demo Gen: Add recursion to owning_param labels #731

Closed ambiguousname closed 5 days ago

ambiguousname commented 1 week ago

Just quickly adds some code to make parameter labeling recursive based on owning types.

Before making this a full PR, I'd like to add a test for this (since it currently doesn't exist in feature tests).