rust-objc v0.2.3 Release Notes

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

    • โž• Added a class! macro for getting statically-known classes. The result is non-optional (avoiding a need to unwrap) and cached so each usage will only look up the class once.

    • โž• Added caching to the sel! macro so that each usage will only register the selector once.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed the implementation of objc::runtime structs so there can't be unsound references to uninhabited types.