pub fn export_all(out_dir: &Path) -> Result<usize>Expand description
Export every shipped story plus style.css plus index.html into
out_dir. Creates the directory if missing. Returns the number of
stories written.
ยงErrors
Returns an io::Error if any file write fails.