Crates.io | file-rotation |
lib.rs | file-rotation |
version | 0.4.2 |
source | src |
created_at | 2020-12-27 11:12:34.847064 |
updated_at | 2021-12-23 05:21:47.643682 |
description | Log rotation for files, supports synchronous std API and an asynchronous tokio-based API. |
homepage | https://github.com/polyverse/file-rotation |
repository | https://github.com/polyverse/file-rotation |
max_upload_size | |
id | 327787 |
size | 48,107 |
Supports a Write or AsyncWrite trait over files whereby the underlying file can be rotated on various thresholds. USeful for logging.