yewstack / implicit-clone

Immutable types and ImplicitClone trait similar to Copy
19 stars 10 forks source link

Add derive macro to get ImplicitClone implemented quicker #46

Closed cecton closed 1 year ago

cecton commented 1 year ago

I think it would be handy to have a derive macro for ImplicitClone so we don't have to write the entire impl all the time.

cecton commented 1 year ago

I will wait a bit for more approvals as it can be more controversial.

(Hell, that whole project is so controversial anyway :joy:)