Closed
Description
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
By using Vec
/slice-based API's we can benefit from TrustedLen
and other optimizations to generate efficient code, and reduce some usage of unsafe.
Describe the solution you'd like
Describe alternatives you've considered
Additional context