pub fn teardown(home: &Path) -> Result<Vec<PathBuf>>Expand description
Remove every file hackamore previously wrote under home, per its manifest, then the
manifest itself. Returns the files removed. Idempotent: a missing manifest or
already-removed file is not an error. Nothing outside the manifest is touched.