pub fn auto_doc_tidy_html() -> ResultWithLibError<()>
Expand description

The HTML generated by cargo doc is ugly and difficult to git diff tidy HTML is a HTML checker and formatter installed on most Linuxes. If it is not installed run: sudo apt install -y tidy From the bash you can install it inside the podman container like this: podman exec --user root rust_dev_vscode_cnt apt install -y tidy