pub fn write_docs<I, P>( inputs: I, out_dir: impl AsRef<Path>, ) -> Result<PathBuf, Error>where I: IntoIterator<Item = P>, P: AsRef<Path>,
Generate static HTML documentation and write it to out_dir/index.html.
out_dir/index.html