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
PathTrie<T> supports iterating over the registered paths, and even forming a graph of the DFA via toDot. We should expose the same for Router<T> for easier debugging of miss-routes
This came up in a discussion with @vfiruz97 on slack.
PathTrie<T>supports iterating over the registered paths, and even forming a graph of the DFA viatoDot. We should expose the same forRouter<T>for easier debugging of miss-routesThis came up in a discussion with @vfiruz97 on slack.