Consider renaming as_bytes_mut
to as_mut_bytes
#253
Labels
compatibility-breaking
Changes that are (likely to be) breaking
as_bytes_mut
to as_mut_bytes
#253
This would be consistent with the naming convention used elsewhere in the ecosystem such as in
Vec::as_mut_slice
. We also should do this for any other similarly-named methods/functions.The text was updated successfully, but these errors were encountered: