#dialog #ui #unix #windows

tinyfiledialogs

High-level Rust binding for the tinyfiledialogs C library

10 stable releases

Uses old Rust 2015

3.9.1 Mar 27, 2022
3.8.3 May 22, 2021
3.3.10 Jul 21, 2020
3.3.9 Oct 7, 2019
2.5.9 Oct 1, 2016

#337 in Unix APIs

Download history 5648/week @ 2024-03-14 7981/week @ 2024-03-21 5149/week @ 2024-03-28 6804/week @ 2024-04-04 5754/week @ 2024-04-11 8133/week @ 2024-04-18 5843/week @ 2024-04-25 5620/week @ 2024-05-02 7092/week @ 2024-05-09 11982/week @ 2024-05-16 7911/week @ 2024-05-23 6725/week @ 2024-05-30 7012/week @ 2024-06-06 7552/week @ 2024-06-13 7371/week @ 2024-06-20 3831/week @ 2024-06-27

27,239 downloads per month
Used in 37 crates (18 directly)

zlib-acknowledgement

300KB
7K SLoC

C 7K SLoC // 0.0% comments Rust 257 SLoC // 0.0% comments Shell 9 SLoC

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"

Dependencies

~225KB