Expand description
The inevitable catchall “utils” crate. Generally only add things here that only depend on the standard library and “core” crates.
Structs§
- Path
Quoted Display - Helper to format a path.
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§
- collect_
until - Gather the first N items, and provide the count of the remaining items. The max count cannot be zero as that’s a pathological case.
- initialize_
tracing - Initialize tracing with the default configuration.
- iterator_
split - Given an iterator that’s cloneable, split it into two iterators at a given maximum number of elements.
- try_
deserialize_ timestamp - Try to parse an RFC 3339, warn on error.