You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would do this by using a trait implemented for &mut [u8], heapless_bytes_v0_3::Bytes<N>, heapless_bytes_v0_4::Bytes<N>, heapless_v0_7::Vec<u8, N>, heapless_v0_8::Vec<u8, N>
For example this would allow the CTAP apps to serialize directly extending the response buffer.
The text was updated successfully, but these errors were encountered:
I would do this by using a trait implemented for
&mut [u8]
,heapless_bytes_v0_3::Bytes<N>
,heapless_bytes_v0_4::Bytes<N>
,heapless_v0_7::Vec<u8, N>
,heapless_v0_8::Vec<u8, N>
For example this would allow the CTAP apps to serialize directly extending the response buffer.
The text was updated successfully, but these errors were encountered: