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
512 stars 48 forks source link

Correctly handle cyclic structs in C++ #518

Closed Manishearth closed 2 months ago

Manishearth commented 3 months ago

Fixes #514

Based on #512, #515

First commit: "Add cyclic struct test"

Manishearth commented 2 months ago

Rebased and updated.