Expand description
Helpers intended for std::process::Command and related structures.
Traits§
- Async
Command RunExt - Helpers intended for [
tokio::process::Command]. - Command
RunExt - Helpers intended for
std::process::Command. - Exit
Status Ext - Helpers intended for
std::process::ExitStatus.
Functions§
- last_
utf8_ 🔒content_ from_ file - Parse the last chunk (e.g. 1024 bytes) from the provided file, ensure it’s UTF-8, and return that value. This function is infallible; if the file cannot be read for some reason, a copy of a static string is returned.