Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 363 Bytes

File metadata and controls

11 lines (6 loc) · 363 Bytes

P0

  • Use in a real project to measure ergonomics

P1

  • Consider blanket okays for anything that implements copy as well? -> This is apparently hard and can't be done w/o nightly features. Workaround is for anyone to implement LightClone on their type manually.

P2

  • See changes/002_marker-trait-refactor/ for marker trait refactor + missing std impls