Open dullbananas opened 1 year ago
&[u8] was removed from deku with https://github.com/sharksforarms/deku/pull/352. Unless we add support for zero-copy in the future, we can't add support for Cow<[u8]>.
&[u8]
zero-copy
Cow<[u8]>
&[u8]
was removed from deku with https://github.com/sharksforarms/deku/pull/352. Unless we add support forzero-copy
in the future, we can't add support forCow<[u8]>
.