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
FEATURE: Several types are now Copy, including BinaryOperation and ZST commands.
FEATURE: CharGrid now accepts inexactly sized strs for set_row_str and set_col_str.
FEATURE: Many conversion functions have been implemented for references. In many cases, this can be used to reduce the number of allocations needed. This also makes it possible to send a reference to a command.
FEATURE: Packets can now be serialized to a preexisting buffer.
rand has been updated to v0.9 for better compatibility with the 2024 edition of rust.
The packet payload is now None instead of a zero-length Vec.