Module safe_app::nfs[][src]

NFS utilities.

Modules

file_helper

FileHelper provides functions for CRUD on file.

Structs

File

Representation of a File to be put into the network. Could be any kind of file: text, music, video, etc.

Reader

Reader is used to read contents of a File. It can read in chunks if the file happens to be very large.

Writer

Writer is used to write contents to a File and especially in chunks if the file happens to be too large

Enums

Mode

Mode of the writer

NfsError

NFS Errors

Functions

create_dir

Create a new directory based on the provided MDataInfo.

Type Definitions

NfsFuture

Helper type for futures that can result in NfsError.