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

Download history 2463/week @ 2024-07-29 2320/week @ 2024-08-05 2298/week @ 2024-08-12 2334/week @ 2024-08-19 2549/week @ 2024-08-26 2651/week @ 2024-09-02 2416/week @ 2024-09-09 2615/week @ 2024-09-16 2868/week @ 2024-09-23 2316/week @ 2024-09-30 2144/week @ 2024-10-07 2861/week @ 2024-10-14 3011/week @ 2024-10-21 2540/week @ 2024-10-28 2178/week @ 2024-11-04 2125/week @ 2024-11-11

10,131 downloads per month
Used in 40 crates (8 directly)

MIT/Apache

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.

No runtime deps