rotating-file 0.1.0

A thread-safe rotating file with customizable rotation behavior.
Documentation
[package]
name = "rotating-file"
version = "0.1.0"
authors = ["soulmachine <soulmachine@gmail.com>"]
edition = "2018"
description   = "A thread-safe rotating file with customizable rotation behavior."
license = "Apache-2.0"
repository = "https://github.com/soulmachine/rotating-file"
homepage = "https://github.com/soulmachine/rotating-file"

[dependencies]
chrono = "0.4"
flate2 = "1"
log = "0.4"
zip = "0.5.9"