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

JS2 Backend: Adding Support For Iterators Back In #527

Closed ambiguousname closed 2 months ago

ambiguousname commented 2 months ago

Per #526, testing support for iterators in the JS backend would be nice, then adding back in support to lib.rs

ambiguousname commented 2 months ago

Added per #586