Module libuv::fs

source · []
Expand description

All file operations are run on the threadpool. See Thread pool work scheduling for information on the threadpool size.

Note: Uses utf-8 encoding on Windows

Re-exports

pub use dir::*;
pub use dirent::*;
pub use misc::*;
pub use stat::*;
pub use statfs::*;
pub use timespec::*;

Modules

Structs

An iterator using scandir to get a directory listing.

Enums

Type Definitions

Cross platform representation of a file handle.