Crate gcsf[][src]

Structs

Config

Provides a few properties of the file system that can be configured. Includes sensible defaults for the absent values.

DriveFacade

Provides a simple high-level interface for interacting with the Google Drive API.

FileManager

Manages files locally and uses a DriveFacade in order to communicate with Google Drive and to ensure consistency between the local and remote state.

GCSF

A FUSE file system which is linked to a Google Drive account.

NullFS

An empty FUSE file system. It can be used in a mounting test aimed to determine whether or not the real file system can be mounted as well. If the test fails, the application can fail early instead of wasting time constructing the real file system.