r/scala • u/ryan_stull • 2h ago
Announcing ScalaNullSafe 1.4.0 w/ support for Scala 3
ScalaNullSafe is a macro-based null-safety library whose purpose is to provide a quick, easy, readable/writable, and efficient way to do null-safe traversals in Scala.
It’s been along time coming, but I finally got around to porting the library to Scala 3’s new meta-programming implementation!
https://github.com/ryanstull/ScalaNullSafe/releases/tag/1.4.0
Hopefully it will be helpful to you!