osc94 0.1.3

Library for handling progress bar sequences (OSC 9;4).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 💡 Examples

## [`countdown.rs`]./countdown.rs

A simple countdown timer that counts down from 10 to 0, decreasing the progress bar by 10% every second.

## [`indeterminate.rs`]./indeterminate.rs

A simple example that displays an indeterminate progress bar for 1 second.

## [`iterator.rs`]./iterator.rs

A simple example that wraps an iterator and updates progress automatically.

## [`loading.rs`]./loading.rs

A simple example that increments progress by 1% every 50ms using [`Progress`].