Skip to content

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

License

Akmadan23/serde_builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

serde_builder

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages