tinyfiledialogs

A Rust binding for the tinyfiledialogs library.

Latest version: 3.9.1 registry icon
Maintenance score
0
Safety score
0
Popularity score
74
Check your open source dependency risks. Get immediate insight about security, stability and licensing risks.
Security
  Vulnerabilities
Version Suggest Low Medium High Critical
3.9.1 0 0 0 0 0
3.9.0 0 0 0 0 0
3.8.3 0 0 0 0 0
3.3.10 0 0 0 0 0
3.3.9 0 0 0 0 0
3.3.6 0 0 0 0 0
3.3.5 0 0 0 0 0
3.0.4 0 0 0 0 0
2.5.9 0 0 0 0 0
2.5.7 0 0 0 0 0

Stability
Latest release:

3.9.1 - This version may not be safe as it has not been updated for a long time. Find out if your coding project uses this component and get notified of any reported security vulnerabilities with Meterian-X Open Source Security Platform

Licensing

Maintain your licence declarations and avoid unwanted licences to protect your IP the way you intended.

zlib-acknowledgement   -   zlib/libpng License with Acknowledgement

Not a wildcard

Not proprietary

OSI Compliant



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.