gremlin-rs icon indicating copy to clipboard operation
gremlin-rs copied to clipboard

`ConnectionOptionsBuilder` is not public

Open selendym opened this issue 3 years ago • 0 comments

Hello.

Assuming this was not intentional, it seems that the ConnectionOptionsBuilder struct has been forgotten from the public interface of the crate:

  • https://github.com/wolf4ood/gremlin-rs/blob/3328333511103f6be10f07d7d56192ffff35063b/gremlin-client/src/connection.rs#L70
  • https://github.com/wolf4ood/gremlin-rs/blob/3328333511103f6be10f07d7d56192ffff35063b/gremlin-client/src/lib.rs#L125

Could this be fixed?

Thanks.

selendym avatar Jun 11 '22 09:06 selendym