[][src]Module feroxbuster::statistics

Structs

Stats

Data collection of statistics related to a scan

Enums

StatCommand

Protocol definition for updating a Stats object via mpsc

StatError

Enum variants used to inform the StatCommand protocol what Stats fields should be updated

StatField

Enum representing fields whose updates need to be performed in batches instead of one at a time

Functions

initialize

Initialize new Stats object and the sc side of an mpsc channel that is responsible for updates to the aforementioned object.

spawn_statistics_handler

Spawn a single consumer task (sc side of mpsc)