- extension_from_path now returns Option<&OsStr> - two new tests - Findings uses a Path instead of a PathBuf, reducing allocations - some unnecessary stuff removed, thanks clippy - that is all