-
Version 0.15.0
StableAll checks were successfulRust / build (push) Successful in 1m55sreleased this
2025-05-24 13:45:17 +02:00 | 29 commits to main since this release- FEATURE: Several types are now
Copy, includingBinaryOperationand ZST commands. - FEATURE: CharGrid now accepts inexactly sized
strs forset_row_strandset_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.
randhas been updated to v0.9 for better compatibility with the 2024 edition of rust.- The packet payload is now
Noneinstead of a zero-lengthVec.
- FEATURE: Several types are now