rlobkit-dialogs 0.2.3

Partially cross-platform file-picking toolkit
Documentation
1
2
3
4
5
6
7
8
#[derive(Debug, Clone, Default)]
pub enum RlobKitMode {
    #[default]
    Single,
    Multiple {
        limit: Option<usize>,
    },
}