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

Fixing error with multi-arg callbacks and trait methods in Kotlin #698

Closed emarteca closed 2 months ago

emarteca commented 2 months ago

There was an error where mutli-arg callbacks and trait methods had the args concatenated together with no commas in between in the generated Kotlin code. This PR fixes this bug.