rutie v0.8.4 Release Notes
Release Date: 2022-03-29 // over 2 years ago-
โ Added
- Implement
Eq
andHash
forSymbol
, thanks to @ahogappa0613
๐ Fixed
- not FFI-safe warnings when Rutie structs are used as return types, thanks to @ankane
- Implement
Previous changes from v0.8.3
-
โ Added
- Implement
Integer::to_u32
andFixnum::to_u32
, thanks to @Hywan
๐ Fixed
- Docstring description for
to_enum
onArray
, thanks to @jhwiig methods!
macro now uses:ty
for return type instead of:ident
, thanks to @n8ta
- Implement