Expand description

Types that validate (check) Hoard configurations

This module includes a single trait, Checker, and all types that implement it. Currently, that is only the LastPaths checker.

Modules

Keep records of previous operations (including on other system) to prevent inconsistencies and accidental overwrites or deletions.

Structs

A wrapper type for running all implemented Checker types at once.

Enums

Errors that may occur while using Checkers.

Traits

Trait for validating Hoards.