change as_client_bytes to be more useful #73

Open
opened 2021-10-10 02:49:57 -04:00 by jake · 0 comments
Owner

ItemDetail::as_client_bytes should return ([u8; 12], [u8; 4]) to go along with how pso splits those two fields in structures. this would allow the removal of a lot of error handling/unwraps when using try_into to convert the slices into arrays.

`ItemDetail::as_client_bytes` should return `([u8; 12], [u8; 4])` to go along with how pso splits those two fields in structures. this would allow the removal of a lot of error handling/unwraps when using `try_into` to convert the slices into arrays.
jake added the
nice to have
label 2021-12-30 16:36:37 -05:00
jake added the
item refactor
label 2021-12-30 16:38:02 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: jake/elseware#73
No description provided.