[][src]Module flv_future_aio::fs

Modules

file_util

Structs

AsyncFileSlice

Slice of the file This works only on raw fd

BoundedFileOption
BoundedFileSink

File Sink that tracks how much byte it has written This file will not block write operation. It is up to writer to check if maximum file has size is reached since AsyncWrite return IoError

File

An open file on the filesystem.

MemoryMappedFile

Async wrapper for read only mmap

MemoryMappedMutFile

Mutable async wrapper for MmapMut

Enums

BoundedFileSinkError

Traits

AsyncFile

Functions

create_dir_all
metadata

Reads metadata for a path.