-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GraphMap support in transform #76
Comments
Good idea. I ll take a look into it on the upcoming week. If you wish you can file a PR as well. You can check the usage of |
Sorry for long response. I ve recently added In the following PRs I will also support |
Long time since my last visit here. @dmyyy if you think you can take this one as well, please go for it. I don't feel like getting this done soon. I am focused on other issues now. |
If I get something working I'll put out a pr for this one as well - not my focus currently but we'll see if I get to it |
I'm using GraphMap so this would be useful for me. Could make sense to add a Transformable trait, or even better
impl Into<Graph<N, E, Ty>> for GraphMap<N, E, Ty>
. Not sure I understand the use case forto_input_graph_custom
.The text was updated successfully, but these errors were encountered: