lazymap_derive 0.1.0

A prc macro for generating very simple From implementations for structs
Documentation
1
2
Very lazy From<T> 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.