quickfig 0.2.0

Quickfig: Replace boilerplate in apps that read from user configuration files
Documentation
[dependencies.quickfig_core]
version = "0.2.0"

[dependencies.quickfig_derive]
optional = true
version = "0.2.0"

[features]
default = []
derive = ["quickfig_derive"]

[lib]
name = "quickfig"
path = "src/lib.rs"

[package]
authors = ["fluxdiv <156196590+fluxdiv@users.noreply.github.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Quickfig: Replace boilerplate in apps that read from user configuration files"
edition = "2024"
license = "MIT"
name = "quickfig"
readme = "README.md"
repository = "https://github.com/fluxdiv/quickfig"
version = "0.2.0"