• v0.15.0 1b19d04701

    Version 0.15.0
    All checks were successful
    Rust / build (push) Successful in 1m55s
    Stable

    vinzenz released this 2025-05-24 13:45:17 +02:00 | 29 commits to main since this release

    • 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.