rotating_file_handler 0.1.0

Implements a simple rotating file handler.
Documentation

Rotating File Handler

Future Work

  • support async
  • add locking to make thread safe
  • allow for conditional use of buffer writing to speed up data transfers. maybe utilize rust features for this?