wolf4ood / gremlin-rs

Gremlin Rust
Apache License 2.0
108 stars 30 forks source link

Collection Type Conversions #147

Closed maldrake closed 2 years ago

maldrake commented 2 years ago

As I'm working with gremlin-rs, I've noticed that I had to write a handful of helper functions to shuffle collections from GValue types back and forth with standard library collection types based on Vec and HashMap. This pull request proposes to add a few more From and TryFrom implementations to gremlin-rs types as a convenience feature.

maldrake commented 2 years ago

Also, @wolf4ood, assuming this PR is agreeable, would it be asking a lot to have a new release pushed to crates.io? Last time we talked, I didn't have any pressing need. At this point, having the close_session and connection testing code that was merged in June would help me close out some development branches on other projects. As always, thank you for all the time and effort that has gone into gremlin-rs. I'm getting a lot of great use out of it.

wolf4ood commented 2 years ago

@maldrake 0.8.1 released :)

https://crates.io/crates/gremlin-client

maldrake commented 2 years ago

Fantastic. Thank you!