shekohex / allo-isolate

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

Add extra support for array and zero copy of uuid type #33

Closed Roms1383 closed 2 years ago

Roms1383 commented 2 years ago

Similar to previous PR, this one aims at providing missing support to uuid for array and ZeroCopyBuffer. For DartTypedDataTypeTrait I wasn't sure so, since it boils down to a Vec<u8>, I assumed it translates to DartTypedDataType::Uint8 and free_zero_copy_buffer_u8.

Roms1383 commented 2 years ago

@shekohex sorry for bothering, would you mind publishing a release to try it out ?

shekohex commented 2 years ago

@shekohex sorry for bothering, would you mind publishing a release to try it out ?

Sure, I will do that asap.