Skip to content

Commit

Permalink
Mention ProgressTracker near list of template keys
Browse files Browse the repository at this point in the history
  • Loading branch information
djc authored and chris-laplante committed Feb 12, 2024
1 parent 82b6479 commit f533fbe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/lib.rs
Expand Up @@ -214,7 +214,9 @@
//! * `eta`: the remaining time (like `elapsed`).
//! * `duration_precise`: the extrapolated total duration (like `elapsed_precise`).
//! * `duration`: the extrapolated total duration time (like `elapsed`).

//!
//! If the list above does not contain the value you need, consider creating a custom
//! [`ProgressTracker`][crate::style::ProgressTracker] implementation.
//!
//! The design of the progress bar can be altered with the integrated
//! template functionality. The template can be set by changing a
Expand Down

0 comments on commit f533fbe

Please sign in to comment.