Utility Scala functionality and extensions, used in my various projects. A brief summary of the major packages follows.
- guice Extensions to scala-guice
- os (Hopefully) OS agnostic utilities
- rich Extension methods for collections, primitives, and a lot of added Scalaz functionality
- storage Abstract storage as a key-value mapping, along with an implementation for Slick
- test Extensions for ScalaTest
- Other odds and ends: mutable and immutable UnionFind, a memoized Map/Function, LRUCache, etc.