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
The zerovec crate uses byte_slice and bytes to talk about methods working with &[u8]. We should pick one (I suggest as_bytes() etc since that's what the stdlib does)
The
zerovec
crate usesbyte_slice
andbytes
to talk about methods working with&[u8]
. We should pick one (I suggestas_bytes()
etc since that's what the stdlib does)*_bytes*
usageEverything but the impl ones should probably be changed,
The text was updated successfully, but these errors were encountered: