rust html source code browser generator, rust source code navigator, possible component for IDE ? Example output - see rust compiler source & std libs:-
Stars
48
Forks
8
Watchers
48
Open Issues
12
Overall repository health assessment
No package.json found
This might not be a Node.js project
36
commits
14
commits
2
commits
1
commits
1
commits
Compiling again after removal of ~str and ~ ,moving to box Box<T>
6bb5fb2View on GitHubRemoving ~str in progress, remaining problems seem to be crossover between os::args <~str> and StrBuf ?
535b271View on GitHub<Feel free to checkout and assist.> IN PROGRESS: removing ~str/~ Doesn't compile yet.
9ec12adView on GitHubIN PROGRESS: removing ~str, sorry it still doesn't compile. lots of this code looks a mess now, maybe better using format!() more but right now we just want to get it working again as an exact translatin of how it was before
853ce4cView on GitHubIN PROGRESS: refactor for removal of ~str ~ ... this has unforunately made this string intensive code a complete mess; perhaps there's a lot that would be better as format!() macros now, but for the moment we just want to get this to work doing exactly what it did before.
a59a871View on GitHubrename rfindctx rustfindctx.rs, same name as the contained object.
34a8354View on GitHubadded node search list, and distance from found nodes calculation callgraph.rs .. graph_distance, find_named_nodes.. - preparing for visual search result from rustfind..
1d9ddc5View on GitHub