-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Overlap with Rucaja #1
Comments
Yeah, I looked at rucaja first but decided it wasn't ready enough yet for my uses, so there definitely should be. |
We should chat somewhere though, I'm aurora on mozilla IRC! |
Fair enough. Rucaja covers the minimum necessary to support the Tinkerpop-rs proof-of-concept. Would you be interested in splitting of the non-JDBC specific parts? |
By the way, the only reason Travis CI fails for Rucaja is kud1ing/rucaja#12 |
Yeah, I'll probably split off the JNI bits and the java/lang bits sometime this week, I just need to figure some stuff out about how much I need first. I just had an immediate need of reading some data from a DB2 in Rust, so everything in one blob was the easiest to get going. |
First bit of this prepared for, https://github.com/rawrasaur/rust-jvm |
I don't work actively on Rucaja/JVM integration anymore. I've noticed there is some overlapping crates regarding JVM bindings, though. |
Hi,
i've noticed that you've written similar code in order to instantiate and use the JVM as i've had in Rucaja for Tinkerpop-rs.
Maybe there is code/best practises to be shared. It would be especially interesting to come up with a type-safe but ergonomic API.
The text was updated successfully, but these errors were encountered: