/serde_builder

A derive macro that provides a minimal implementation of the builder pattern (only `.build()` method), especially useful for structs to be deserialized with `serde`

Primary LanguageRustMIT LicenseMIT

serde_builder

A derive macro that provides a simple implementation of the builder pattern, especially useful for structs to be deserialized with serde