This crate provide a reader for gtk-icon-cache file.
use *;
let path = "test/caches/icon-theme.cache";
let icon_cache = with_file_path.unwrap;
// lookup for `firefox`
let dirs = icon_cache.lookup.unwrap;
// icon should be found in apps/64
assert!;
See: