docs.rs failed to build nfd-0.0.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
nfd-0.0.4
nfd-rs 
nfd-rs is a Rust binding to the library nativefiledialog, that provides a convenient cross-platform interface to opening file dialogs on Linux, OS X and Windows.
Currently, only single file and save dialogs are supported, and the crate has been tested only on OS X. And yes, APIs may break with newer versions.
Usage
-
Follow the instructions here to build the libraries in C and an OS-specific language. Then, set the
NFD_LIB_DIRenvironment variable to the path of the directory in which the libraries are stored. -
Add the dependency
nfdin yourCargo.toml[] = { = "https://github.com/saurvs/nfd-rs.git" } -
Open a single file dialog
extern crate nfd; use *;
Screenshot
