Skip to main contentModule environment
Source - ExecResult
- Result from command execution
- FileEntry
- Entry in a directory listing
- GrepMatch
- Match result from grep operation
- NullEnvironment
- A null environment that rejects all operations.
Useful as a default when no environment is configured.
- Environment
- Environment abstraction for file and command operations.
- normalize_path
- Lexically normalize a path by resolving
. and .. components without
hitting the filesystem. - normalize_path_buf
- Lexically normalize a path, returning a
PathBuf.