rutie v0.8.4 Release Notes

Release Date: 2022-03-29 // about 2 years ago
  • โž• Added

    • Implement Eq and Hash for Symbol, thanks to @ahogappa0613

    ๐Ÿ›  Fixed

    • not FFI-safe warnings when Rutie structs are used as return types, thanks to @ankane

Previous changes from v0.8.3

  • โž• Added

    • Implement Integer::to_u32 and Fixnum::to_u32, thanks to @Hywan

    ๐Ÿ›  Fixed

    • Docstring description for to_enum on Array, thanks to @jhwiig
    • methods! macro now uses :ty for return type instead of :ident, thanks to @n8ta