jdm / tinyfiledialogs-rs

A Rust binding for the tinyfiledialogs library.

Home Page:http://sourceforge.net/projects/tinyfiledialogs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A Rust binding for the tinyfiledialogs library.

http://sourceforge.net/projects/tinyfiledialogs/


Languages

Language:C 96.7%Language:Rust 3.3%Language:Shell 0.1%