Expand description
The main module of the library
Structs§
- Archive
Props - This struct holds the values of the file-exclusive elements
It only has the implementation derived by the macros - Props
- This struct is the one that gives you the desired behaviour.
Enums§
- ArcDir
- This enum stores the state of the file system element.
Because it can’t be a file and a directory at the same time, an enum here makes the most sense.
Even so when it’s a file it has some special properties, so that is hold in the enum variant of the file. Neither this enum or the struct that holds has any custom implementations, only the ones derived from macros