optionize 0.4.0

A procedural macro to generate optionized versions of structs for partial configurations, updates, and builders
Documentation

optionize

Core crate for the optionize framework. This crate provides the traits and data types necessary to handle optionized structs, such as PartialOptionized, Optionizable, and Optionized.

It also re-exports the macros from optionize-macros for convenience.

For full documentation and examples, please see the workspace README.

Usage

[dependencies]
optionize = "0.1"

License

MIT License