Skip to content

jdm/tinyfiledialogs-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Thomas Beckleyjdm
Thomas Beckley
and
Dec 2, 2024
b6bf0d6 · Dec 2, 2024

History

72 Commits
Nov 21, 2021
Dec 4, 2020
Mar 20, 2022
Mar 20, 2022
Oct 13, 2023
Feb 9, 2016
Mar 27, 2022
Oct 13, 2023
Dec 2, 2024
Oct 16, 2018

Repository files navigation

tinyfiledialogs-rs

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"

Security Warning

tinyfiledialogs should only be used with trusted input. Using it with untrusted input, for example as dialog title or message, can in the worst case lead to execution of arbitrary commands.