Modules§
Macros§
Structs§
- Has a
Displayimplementation if the elements of the iterator inside have one. This will render them surrounded by[brackets and separated by,comma and space - A struct with a
Displayimplementation taht renders astd::time::Durationin human readable form, similar to thehumantimecrate, but instead of rendering with arbitrary precision it only renders two “significant sections”, e.g. “2h 5min” or “2d 20h”. The sections are days (d), hours (h), minutes (min), seconds (s), miliseconds (ms), microseconds (μs) and nanoseconds (ns).
Constants§
- Name of the file used for emitting the serialized [
ProgramDescription]. - Extension for output files containing statistics of the analzyer run.
Traits§
Functions§
- Display this iterator as a list
- Makes sure
paralegal-flowandcargo-paralegal-flowhave been built, then returns a factory forCommands that invoke them properly - Write all elements from
itinto the formatterfmtusingf, separating them withsep