Crates.io | tinyfiledialogs |
lib.rs | tinyfiledialogs |
version | 3.9.1 |
source | src |
created_at | 2016-09-01 13:48:10.698101 |
updated_at | 2022-03-27 21:08:10.752411 |
description | High-level Rust binding for the tinyfiledialogs C library. |
homepage | |
repository | https://github.com/jdm/tinyfiledialogs-rs |
max_upload_size | |
id | 6207 |
size | 326,459 |
This is a high-level Rust binding to the excellent tinyfiledialogs library
by Guillaume Vareille. The source for the C library is included in
the libtinyfiledialogs
directory to facilitate an all-in-one package
when using the Rust bindings via Cargo. It is updated sporadically from
the original repository, which should be used as the primary source for
all non-Rust users of the library.
To use this library, add this to the dependencies
section in Cargo.toml
:
tinyfiledialogs = "3.0"