DioxusLabs / taffy

A high performance rust-powered UI layout library
https://docs.rs/taffy
Other
2.04k stars 102 forks source link

Impl debug, clone for Cache #688

Closed nicoburns closed 1 month ago

nicoburns commented 1 month ago

Objective

Make it easier to embed Cache inside types that implement Debug and/or Clone.