lazymap_derive

Crates.iolazymap_derive
lib.rslazymap_derive
version0.1.0
created_at2025-06-20 08:31:27.10629+00
updated_at2025-06-20 08:31:27.10629+00
descriptionA prc macro for generating very simple From implementations for structs
homepage
repository
max_upload_size
id1719287
size4,149
Nahuel (Nahuel-M)

documentation

README

Very lazy From implementation for structs. Only works if every field of the target struct is available in the source struct. A single into() call is done for each field.

Commit count: 0

cargo fmt