11 releases
new 0.6.0-alpha.5 | Nov 16, 2024 |
---|---|
0.6.0-alpha.4 | Nov 1, 2024 |
0.6.0-alpha.3 | Oct 14, 2024 |
0.6.0-alpha.2 | Aug 7, 2024 |
0.5.0-alpha.0 | Feb 23, 2024 |
#1244 in GUI
10,131 downloads per month
Used in 40 crates
(8 directly)
4KB
56 lines
dioxus-cli-config
A crate that provides key/value names and types for configuring Dioxus applications at runtime.
This crate exists for us to very cleanly define the exact fields we want to pass down to Dioxus applications at runtime but without exposing the entire config object.
This leads to faster compile times, smaller binaries, and a clearer distinction between the config and the application.