roast-rs / roast

Writing JNI since 2018 so you don't have to.
https://roast.rs
Apache License 2.0
1 stars 0 forks source link

Add support for primitive arrays #7

Open daschl opened 6 years ago

daschl commented 6 years ago

Especially byte[] needs to be supported and performant (as little byte copies as possible)

daschl commented 6 years ago