-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
336751a
commit c0d9b97
Showing
1 changed file
with
1 addition
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
# File Icon Provider | ||
|
||
**File Icon Provider** is a cross-platform Rust library designed to simplify the retrieval of file icons on Windows and macOS. Whether you need to fetch a specific file's icon or manage icon caching for improved performance, this library has you covered. | ||
**File Icon Provider** is a cross-platform Rust library designed to simplify the retrieval of file icons on Windows and macOS. | ||
|
||
## Features | ||
|
||
- **Simple Functionality**: Use the `get_file_icon` function to retrieve the icon for a specific file path. | ||
- **Efficient Caching**: Leverage the `FileIconProvider` struct to cache icons based on file extensions, reducing repetitive lookups and improving performance. | ||
- **Cross-Platform Support**: Works seamlessly on both Windows and macOS. |