cap-std icon indicating copy to clipboard operation
cap-std copied to clipboard

Switch to custom `FileTypeExt` traits.

Open sunfishcode opened this issue 3 years ago • 0 comments

std has recently sealed its FileTypeExt traits, so cap-primitives can no longer implement them for its own types. Fortunately, these traits are just used as extension traits, so we can just define our own copies of them, and implement those instead.

Fixes #270.

sunfishcode avatar Aug 08 '22 20:08 sunfishcode