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

Avoid demo parameter collisions in function definitions #717

Closed ambiguousname closed 3 weeks ago

ambiguousname commented 3 weeks ago

Fixes #612, and removes terminusArgs, since now we can access parameter names directly.