Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/PolyMeilex/rfd
Rusty File Dialog
https://github.com/PolyMeilex/rfd
dialog file rust
Last synced: about 2 months ago
JSON representation
Rusty File Dialog
- Host: GitHub
- URL: https://github.com/PolyMeilex/rfd
- Owner: PolyMeilex
- License: mit
- Created: 2020-10-10T19:57:10.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-18T20:15:30.000Z (3 months ago)
- Last Synced: 2024-11-06T12:08:06.375Z (about 2 months ago)
- Topics: dialog, file, rust
- Language: Rust
- Homepage:
- Size: 544 KB
- Stars: 594
- Watchers: 6
- Forks: 67
- Open Issues: 63
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
![img](https://github.com/PolyMeilex/rfd/assets/20758186/9bef59fa-60f0-448c-b9db-44ab436ee611)
[![version](https://img.shields.io/crates/v/rfd.svg)](https://crates.io/crates/rfd)
[![Documentation](https://docs.rs/rfd/badge.svg)](https://docs.rs/rfd)
[![dependency status](https://deps.rs/crate/rfd/0.14.0/status.svg)](https://deps.rs/crate/rfd/0.14.0)Rusty File Dialogs is a cross platform Rust library for using native file open/save dialogs.
It provides both asynchronous and synchronous APIs. Supported platforms:* Windows
* macOS
* Linux & BSDs (GTK3 or XDG Desktop Portal)
* WASM32 (async only)Refer to the [documentation](https://docs.rs/rfd) for more details.
## Platform-specific notes
### Linux
Please refer to [Linux & BSD backends](https://docs.rs/rfd/latest/rfd/#linux--bsd-backends) for information about the needed dependencies to be able to compile on Linux.