13 releases

new 0.6.0 Dec 7, 2024
0.6.0-rc.0 Dec 3, 2024
0.6.0-alpha.5 Nov 16, 2024
0.6.0-alpha.3 Oct 14, 2024
0.5.0-alpha.0 Feb 23, 2024

#724 in GUI

Download history 2300/week @ 2024-08-23 2729/week @ 2024-08-30 2301/week @ 2024-09-06 2827/week @ 2024-09-13 2624/week @ 2024-09-20 2440/week @ 2024-09-27 2277/week @ 2024-10-04 2665/week @ 2024-10-11 2904/week @ 2024-10-18 2709/week @ 2024-10-25 2384/week @ 2024-11-01 2032/week @ 2024-11-08 2235/week @ 2024-11-15 2490/week @ 2024-11-22 2770/week @ 2024-11-29 4036/week @ 2024-12-06

11,792 downloads per month
Used in 46 crates (12 directly)

MIT/Apache

7KB
103 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.

Dependencies

~210KB