kud1ing / rucaja

Calling the JVM from Rust via JNI
https://docs.rs/rucaja
Apache License 2.0
31 stars 7 forks source link

Consider changing the result types `Option` to `Result` #32

Open kud1ing opened 6 years ago

kud1ing commented 6 years ago

.. where appropriate. This would give us an opportunity to indicate why something fails and helps us get rid of some panics.