fluffyemily / cross-platform-rust

Example project showing a rust library running on iOS
280 stars 35 forks source link

Pass objects from Native platform to Rust #9

Open fluffyemily opened 7 years ago

fluffyemily commented 7 years ago

Currently we are only passing objects from Rust to the native platform. We should demonstrate how to do the reverse - pass native objects over to Rust.