Module utils

Source
Expand description

Various functions that are not limited to a particular module, but are too small to warrant being factored out into standalone crates.

Modules§

work_queue
Work queue for finite work.

Structs§

ResolveAddressError
DNS resolution error.
WithDir
With-directory context.

Enums§

External
External resource.
LoadError
Error loading external value.

Traits§

FlattenResult
Backport of Result::flatten, see https://github.com/rust-lang/rust/issues/70142.
Loadable
A value that can be loaded from a file.