dioxus-cli-config

Crates.iodioxus-cli-config
lib.rsdioxus-cli-config
version0.6.0-alpha.4
sourcesrc
created_at2024-02-23 00:45:09.857825
updated_at2024-11-01 23:27:30.379313
descriptionCLI Configuration for dioxus-cli
homepagehttps://dioxuslabs.com
repositoryhttps://github.com/DioxusLabs/dioxus/
max_upload_size
id1149904
size3,529
Jonathan Kelley (jkelleyrtp)

documentation

README

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.

Commit count: 5571

cargo fmt