Docs.rs
strides-0.4.0
strides 0.4.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
matze
Dependencies
crossterm ^0.29.0
normal
futures-lite ^2.6.1
normal
futures-timer ^3.0.3
normal
futures-util ^0.3.31
normal
owo-colors ^4.2.3
normal
terminal_size ^0.4.3
normal
anyhow ^1.0.100
dev
async-io ^2.6.0
dev
async-signal ^0.2
dev
clap ^4.5.53
dev
futures ^0.3.31
dev
futures-concurrency ^7.6.3
dev
reqwest ^0.12.26
dev
tokio ^1.48.0
dev
tokio-util ^0.7.17
dev
Versions
100%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module group
strides
0.4.0
Module group
Module Items
Structs
In strides::
future
strides
::
future
Module
group
Copy item path
Source
Expand description
Concurrent futures rendered as one line per task. See
Group
for the entry point.
Structs
ยง
Group
A group of futures displayed as multi-line progress with per-task annotations.
Task
A future together with its display configuration in a
Group
.