Expand description
Contains all builtin information collectors and the Collector
trait to implement your own.
Structs
- The full command-line: executable name and arguments to the program.
- The stdout and stderr output (+ exit code) of a custom command.
- Compile-time information such as the profile (release/debug) and the target triple.
- List information about entries in a directory.
- The values of the specified environment variables (if set).
- The full content of a text file.
- The operating system (type and version).
- The name of your crate and the current version.
Enums
- Error that appeared while collecting bug report information.
Traits
- Implement this trait to define customized information collectors.