[][src]Module bugreport::collector

Contains all builtin information collectors and the Collector trait to implement your own.

Structs

CommandLine

The full command-line: executable name and arguments to the program.

CommandOutput

The stdout and stderr output (+ exit code) of a custom command.

CompileTimeInformation

Compile-time information such as the profile (release/debug) and the target triple.

EnvironmentVariables

The values of the specified environment variables (if set).

FileContent

The full content of a text file.

OperatingSystem

The operating system (type and version).

SoftwareVersion

The name of your crate and the current version.

Enums

CollectionError

Error that appeared while collecting bug report information.

Traits

Collector

Implement this trait to define customized information collectors.