Closed maldrake closed 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.
@maldrake 0.8.1 released :)
Fantastic. Thank you!
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 onVec
andHashMap
. This pull request proposes to add a few moreFrom
andTryFrom
implementations togremlin-rs
types as a convenience feature.