Docs.rs
steal-0.1.1
steal 0.1.1
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
Isaac-Fate
Dependencies
bytes ^1.5.0
normal
clap ^4.5.1
normal
futures ^0.3.30
normal
indicatif ^0.17.8
normal
num_cpus ^1.16.0
normal
reqwest ^0.12.1
normal
serde ^1.0.197
normal
serde_json ^1.0.114
normal
tokio ^1.36.0
normal
tempfile ^3.10.1
dev
Versions
30%
of the crate is documented
Platform
aarch64-apple-darwin
i686-pc-windows-msvc
x86_64-pc-windows-msvc
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
Files
steal/cli/
mod.rs
1
mod
app;
2
mod
debug;
3
mod
info;
4
5
pub use
app::run_app;