The current rustdoc html output is huge (e.g. 22M for https://github.com/mahkoh/posix.rs/) and the json output is still not compact enough (3.3M.)
Add CBOR output to rustdoc and write a server that dynamically generates the requested pages from this output and handles searching.
The current rustdoc html output is huge (e.g. 22M for https://github.com/mahkoh/posix.rs/) and the json output is still not compact enough (3.3M.)
Add CBOR output to rustdoc and write a server that dynamically generates the requested pages from this output and handles searching.