rust-objc v0.2.4 Release Notes

Release Date: 2018-07-22 // almost 6 years ago
  • โž• Added

    • โž• Added an rc module with reference counting utilities: StrongPtr, WeakPtr, and autoreleasepool.

    • โž• Added some reference counting ABI foreign functions to the runtime module.

    ๐Ÿ›  Fixed

    • Messaging nil under GNUstep now correctly returns zeroed results for all return types.