Skip to main content

Crate filess

Crate filess 

Source
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 H be deleted after drop, together with it’s empty parent dirs

Enums§

FsHandler