commandline functions or indexed html pages to search all the traits implemented for a particular type
this could look like generating similar information to a C++ header.. type { all the methods supported , listed in one place..}
beyond that listing all the functoins that take a particular type as a parameter would also be useful..
would generating lots of static HTML for navigation this way get out of hand?
check what rustdoc_ng does first, stick to features that complement what that already does.
commandline functions or indexed html pages to search all the traits implemented for a particular type
this could look like generating similar information to a C++ header.. type { all the methods supported , listed in one place..}
beyond that listing all the functoins that take a particular type as a parameter would also be useful..
would generating lots of static HTML for navigation this way get out of hand?
check what rustdoc_ng does first, stick to features that complement what that already does.