-
Notifications
You must be signed in to change notification settings - Fork 148
Audit API naming #871
Copy link
Copy link
Closed
Labels
blocking-next-releaseThis issue should be resolved before we release on crates.ioThis issue should be resolved before we release on crates.iocompatibility-breakingChanges that are (likely to be) breakingChanges that are (likely to be) breaking
Metadata
Metadata
Assignees
Labels
blocking-next-releaseThis issue should be resolved before we release on crates.ioThis issue should be resolved before we release on crates.iocompatibility-breakingChanges that are (likely to be) breakingChanges that are (likely to be) breaking
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