cl-tohoku / util4s

utility library for scala

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

util4s

An utility library for scala

The library includes:

  • Object enabling easy access to IO class objects
  • Logging tool
  • Progress bar
  • Argument parser
  • Stopwatch
  • Extra control syntaxes:
    • repeating
    • recursive enumeration of files under a directory
    • redirecting
  • Rich classes adding useful methods to existing class:
    • Rich class for with-resource syntax
    • Rich class for repeating
    • Rich class for progress bar
  • Memory usage viewer

About

utility library for scala


Languages

Language:Scala 96.4%Language:Java 3.6%