Fallible operations in zerovec #1081
Labels
blocked
A dependency must be resolved before this is actionable
C-zerovec
Component: Yoke, ZeroVec, DataBake
help wanted
Issue needs an assignee
S-medium
Size: Less than a week (larger bug fix or enhancement)
Milestone
Part of #1082
The zerovec crate has a bunch of operations which may panic, specifically most of the mutation operations as well as VarZeroVec construction operations where the final slice may be larger than a u32 in length.
We should have fallible APIs; perhaps making them the default.
The text was updated successfully, but these errors were encountered: