Crate tree_type

Crate tree_type 

Source

Modules§

deps
Re-exports of feature dependencies for consumer convenience.
fs
Filesystem operations with feature-gated error handling

Macros§

dir_type
Procedural macro for creating a simple directory type.
file_type
Procedural macro for creating a simple file type.
tree_type
Procedural macro for defining type-safe directory trees.

Structs§

GenericDir
Generic directory type for type-erased directory operations.
GenericFile
ValidationError
Validation error for a specific path
ValidationReport
Result of validation operation
ValidationWarning
Validation warning for a specific path
ValidatorResult
Result returned by validator functions

Enums§

BuildError
Error type for setup() operations
CreateDefaultOutcome
Outcome of calling create_default() on a file type
GenericPath
Recursive
Controls whether validation/ensure operations recurse into child paths