Hey #rust / #rustlang folks! I haven’t been on here in a bit so I have no idea if people will see this, but I have a new oss cli devtool I’m looking for beta user feedback on. Short pitch: read, navigate, and search rust docs directly in your terminal. Is that something you’d use if it were blazing fast?
@jbr not sure i’d use it, but i want to check it out as the maintainer of rustdoc-json, and here if you have any feedback/thoughts on that
@aDot where is the right place to file bugs? I may have found another one just now (ids in the links map that point to associated items like methods and constants sometimes don’t exist in index or paths)

@jbr either work, but rust-lang/rust slightly preferred (for anything not strictly related to the republishing for crates.io).

also 👀👀👀, bug seems novel.

rustdoc-json: links to associated items like methods have ids that don't exist in index or links · Issue #152511 · rust-lang/rust

It seems that there's an issue with links in the rustdoc-json output from nightly rustdocs. Some meaningful percentage of ids in links maps occur in neither paths nor index. I believe this tends to...

GitHub