General-purpose Scala code bits. Think of this as being like Apache Commons but little and in Scala.
$ sbt packagebuilds the release library Jar file$ sbt docgenerates the ScalaDoc API documentation$ sbt testruns the unit test suite$ sbt bench:testruns the ScalaMeter performance tests (currently just forLinear); be advised that these can take Some Time to run.