Expand description
Simplified file primitives.
Filess should be used to enforce file types needed.
It was designed to be lightweight, with all integrations being optional.
Each file type has it’s own feature, which is the reason for so many feature flags.
Re-exports§
pub use file_types::*;pub use files::*;
Modules§
- errors
- file_
types - File types are convenience enums of all the types by categories.
- files
- All the file types and their needed structs
- primitives
- traits
Macros§
- define_
audio_ codecs_ file - define_
audio_ container_ file - define_
audio_ file - define_
custom_ quality_ image - define_
file - define_
file_ types - define_
image_ file - match_
self - match_
self_ 1_ arg - match_
self_ wrapped - pub_use
Structs§
- Dir
- A directory structure, simplifies work with multiple files
- Temporary
- Makes an
Hbe deleted after drop, together with it’s empty parent dirs