optionable_derive

Crates.iooptionable_derive
lib.rsoptionable_derive
version0.10.0
created_at2025-09-09 20:04:17.542294+00
updated_at2026-01-14 21:17:31.762182+00
descriptionDerive macro to derive nested structs/enums with all subfields being optional (e.g. for patches or Kubernetes server side apply).
homepage
repositoryhttps://github.com/ngergs/optionable
max_upload_size
id1831459
size32,107
Niklas Gergs (ngergs)

documentation

README

optionable_derive

This proc-macro-library on its own not really usable. It is re-exported together with the required traits in the optionable crate. The relevant docs can be also found there.

This is only a separate crate as derive macros have to be a separate crate.

Commit count: 470

cargo fmt