heim_runtime

Module fs

Source
Expand description

Async FS operations.

Structs§

  • A reference to an open file in filesystem.

Functions§

  • Returns future which checks if path path points to some file.
  • Returns stream of files and directories contained in the path directory.
  • Returns future which tries to read the first line from file.
  • Read path file and try to parse it into a R type via std::str::FromStr.
  • Returns stream of lines yielded from file with path path.
  • Returns stream which reads lines from file and tries to parse them with help of FromStr trait.
  • Returns future which tries read the symlink.
  • Read path file asynchronously and convert it contents into a string.