You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jeromekelleher pointed out that the next C API release will have C API functions for iterating over nodes in a tree. We should explore using this API, replacing the existing rust code for preorder traversal if it works out. If it does work, then we can get other traversal orders "for free".