gremlin-rs
gremlin-rs copied to clipboard
`ConnectionOptionsBuilder` is not public
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.