Skip to main content

Crate qubit_progress

Crate qubit_progress 

Source
Expand description

Generic progress reporting data model and reporter abstractions.

This crate models progress as immutable events carrying lifecycle phase, optional stage information, counters, and timing.

Modulesยง

model
Progress event data model.
reporter
Progress reporter trait and built-in implementations.
runtime
Runtime helpers for progress-producing operations.