dioxus/example-projects/file-explorer
Jonathan Kelley 463e67cd12
Improve compile times by splitting out rsx-hotreload from rsx (#2971)
* fix imports, migrate over rsx-hotreload
2024-09-16 17:35:05 -07:00
..
assets Chore: hoist example projects for discoverability (#2959) 2024-09-16 09:11:33 -05:00
src Improve compile times by splitting out rsx-hotreload from rsx (#2971) 2024-09-16 17:35:05 -07:00
.gitignore Chore: hoist example projects for discoverability (#2959) 2024-09-16 09:11:33 -05:00
Cargo.toml Chore: hoist example projects for discoverability (#2959) 2024-09-16 09:11:33 -05:00
Dioxus.toml Chore: hoist example projects for discoverability (#2959) 2024-09-16 09:11:33 -05:00
README.md Chore: hoist example projects for discoverability (#2959) 2024-09-16 09:11:33 -05:00

File-explorer with Rust and Dioxus

This example shows how a Dioxus App can directly leverage system calls and libraries to bridge native functionality with the WebView renderer.

example

To run this example:

dx serve