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