nfd-rs:Linux,OS X和Windows上的OS本地文件对话框

时间:2024-05-21 08:02:02
【文件属性】:

文件名称:nfd-rs:Linux,OS X和Windows上的OS本地文件对话框

文件大小:248KB

文件格式:ZIP

更新时间:2024-05-21 08:02:02

cross-platform dialog-box Rust

nfd-rs nfd-rs是Rust绑定到库的库,它提供了方便的跨平台界面,用于在Linux,OS X和Windows上打开文件对话框。 此板条箱已经在Mac,Window和Linux(Ubuntu 14.04)上进行了测试,并支持单个/多个和保存对话框,请注意API可能会在较新的版本中损坏。 用法 在您的Cargo.toml添加依赖项nfd [ dependencies ] nfd = " 0.0.4 " 打开单个文件对话框 extern crate nfd; use nfd :: Response; fn main () { let result = nfd :: open_file_dialog ( None , None ). unwrap_or_else ( | e | { panic! (e); }); match result { Res


【文件预览】:
nfd-rs-master
----Cargo.toml(400B)
----.gitmodules(123B)
----nativefiledialog()
----src()
--------error.rs(1011B)
--------lib.rs(6KB)
--------ffi.rs(2KB)
----build.rs(3KB)
----examples()
--------builder_open_jpg.rs(329B)
--------example.rs(1KB)
--------pick_folder.rs(1KB)
--------open_multiple.rs(324B)
----LICENSE.md(1KB)
----README.md(2KB)
----screenshots()
--------cocoa_el_capitan.png(239KB)
----appveyor.yml(744B)
----.gitignore(18B)

网友评论