wolf4ood / gremlin-rs

Gremlin Rust
Apache License 2.0
106 stars 29 forks source link

Add .e traversal step to TraversalBuilder #182

Closed ytanay closed 1 year ago

ytanay commented 1 year ago

I noticed .e() is not available on TraversalBuilder - this patch adds it.

(I prefer to separate traversal building from the client instance, so that's why I usually use TraversalBuilder directly).