Docs.rs
mvm-cli-0.3.1
mvm-cli 0.3.1
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
auser
Dependencies
anyhow ^1
normal
chrono ^0.4
normal
clap ^4
normal
clap_complete ^4
normal
colored ^3
normal
indicatif ^0.17
normal
inquire ^0.7
normal
mvm-build ^0.3.1
normal
mvm-core ^0.3.1
normal
mvm-guest ^0.3.1
normal
mvm-runtime ^0.3.1
normal
names ^0.14
normal
reqwest ^0.12
normal
serde ^1
normal
serde_json ^1
normal
tempfile ^3
normal
toml ^0.8
normal
tracing-subscriber ^0.3
normal
which ^7
normal
assert_cmd ^2
dev
predicates ^3
dev
Versions
46.97%
of the crate is documented
Go to latest version
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 http
mvm_cli
0.3.1
Module http
Module Items
Functions
In crate mvm_
cli
mvm_cli
Module
http
Copy item path
Source
Functions
ยง
download_
file
Download a URL to a file on disk. Shows no progress (use for small files).
fetch_
json
Fetch a URL and parse the response as JSON.
fetch_
text
Fetch a URL and return the response body as a string.