Registry / cli / linya
library0.3.1rscratesunverified

Simple concurrent progress bars for Rust, providing easy-to-use progress tracking in multi-threaded contexts.

# Cargo.toml [dependencies] linya = "0.3.1"
INSTALL
IMPORT
SIG · LINYA
L
linya
clirustv0.3.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Progress
use linya::Progress;

Creates a progress bar and increments it in a loop.

use linya::Progress; fn main() { let mut progress = Progress::new(); let bar = progress.bar(100, "Processing"); for _ in 0..100 { progress.inc(&bar, 1); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
25 hits · last 30 days
node
24
Amazon
1
Resources
linya — cargo add linya · libregistry