file-rotator

Crates.iofile-rotator
lib.rsfile-rotator
version0.6.2
sourcesrc
created_at2020-06-03 15:56:51.880098
updated_at2023-05-30 22:40:11.107377
descriptionFile rotation made simple
homepage
repositoryhttps://github.com/PurpleMyst/file-rotator
max_upload_size
id249704
size22,339
(PurpleMyst)

documentation

README

file-rotator

docs.rs badge

Installation

You can add it to your Cargo.toml manually, but my favorite method is via cargo-edit

$ cargo add file-rotator

Usage

For usage instructions, and to learn what a "rotating file" is, please check out the documentation on docs.rs

Reasoning

I've created this crate to allow its usage in my other project, redditbg.rs, so that I can have logging without having to worry about using up literally all of the bytes on my disk

Commit count: 19

cargo fmt