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
Finalize all #[doc(hidden)]pub functions/methods - finalize naming or delete
Add methods with old names, marked #[doc(hidden)] and #[deprecated]
Audit to make sure that all deprecation messages mention the current names (since names have changed somewhat since some #[deprecated] attributes were added)
Resolve all TODO(#871) comments
Does the name Ref::from cause inference issues since Rust thinks it might be From::from rather than inherent?
Progress
FromBytes::ref_from_prefixinconsistent withFromBytes::from_prefix_with_trailing_elements?with_trailing_elementswithwith_elemsin method nameswith_elemssuffix #1245#[doc(hidden)]pubfunctions/methods - finalize naming or delete#[doc(hidden)]and#[deprecated]#[deprecated]attributes were added)TODO(#871)commentsRef::fromcause inference issues since Rust thinks it might beFrom::fromrather than inherent?with_elemsRefconstructors #1258Ref::unaligned_fromtounaligned_from_bytesFromBytes::ref_from[_with_elems]toref_from_bytes[_with_elems]FromBytes::read_fromtoread_from_bytes?TryFromBytesmethods for naming consistency w/FromBytesmethodsTryFromBytesmethods for consistency withFromBytes#1475Refmethods returnOptions instead ofResults (ie, consistent with old signatures)?Details
In the same vein as #253, we should audit our API for:
Also see #284, the "Naming" section of #1095