Module file_rotate::suffix[][src]

Expand description

Suffix scheme etc

Structs

Rotated log files get a number as suffix. The greater the number, the older. The oldest files are deleted.

Structured representation of the suffixes of TimestampSuffixScheme.

Current limitations:

Enums

How to determine if a file should be deleted, in the case of TimestampSuffixScheme.

Traits

Representation of a suffix Ord + PartialOrd: sort by age of the suffix. Most recent first (smallest).

How to move files: How to rename, when to delete.