wolf4ood / gremlin-rs

Gremlin Rust
Apache License 2.0
106 stars 29 forks source link

Edge labels should leverage Labels type #174

Closed mlemesle closed 1 year ago

mlemesle commented 1 year ago

Currently, methods creating and interacting with Edges uses String as type. For Vertices, the labels are using a Labels type. Edges should leverage the same type