shekohex / allo-isolate

Run Multithreaded Rust along with Dart VM (in isolate) 🌀
Apache License 2.0
120 stars 18 forks source link

implement `Vec<more_primitive_types>` and `ZeroCopyBuffer<Vec<more_primitive_types>>` - originally only support few types like `Vec<u8>`/`ZeroCopyBuffer<Vec<u8>>` #15

Closed fzyzcjy closed 3 years ago

fzyzcjy commented 3 years ago

@shekohex Hi could you please have a look at this PR? The upstream PR (https://github.com/fzyzcjy/flutter_rust_bridge/pull/162) is blocked by this one. If this lib is not released soon, then I have to fork and release a cloned package on crates.io ... Thanks!

shekohex commented 3 years ago

I will give it a review today don't worry, and publish a new version by the end of the day.

Thank you.

fzyzcjy commented 3 years ago

You are welcome! Looking forward to the new version

fzyzcjy commented 3 years ago

comments added.

shekohex commented 3 years ago

Perfect! Will publish a new version in the morning.

Sorry it's too late right now (2:30 AM).

Thank you for your contribution to the project!

fzyzcjy commented 3 years ago

🎉 You are welcome!

Will publish a new version in the morning.

Looking forward to it!

btw now it is 8:30 AM here - so that is why I did not reply to your questions hours ago

shekohex commented 3 years ago

Published v0.1.11 🎉

fzyzcjy commented 3 years ago

:tada: