Crate root

source ·
Expand description

This crate contains the implementation of the special root directory. The only way that this directory implementation differs from VFSDirectory is that there is no parent field (becuase the root has no parent directory), and that internal calls to parent will return some type of error value

Structs

  • The root directory Returns a tuple for easy access to the name of the root so we don’t have to lock it
  • A struct that represents a node in the VFS

Constants

Functions

  • Returns a reference to the root directory.