Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
IohannRabeson authored Nov 25, 2024
1 parent 336751a commit c0d9b97
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
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.

0 comments on commit c0d9b97

Please sign in to comment.