Docs.rs
romm-api-1.0.0
romm-api 1.0.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
patricksmill
Dependencies
anyhow ^1.0
normal
base64 ^0.22
normal
dirs ^6.0
normal
indicatif ^0.18.4
normal
keyring ^4.0.1
normal
keyring-core ^1.0.0
normal
md5 ^0.8
normal
percent-encoding ^2.3
normal
reqwest ^0.13
normal
self_update ^0.44.0
normal
serde ^1.0
normal
serde_json ^1.0
normal
sha2 ^0.11
normal
thiserror ^2
normal
time ^0.3
normal
tokio ^1.37
normal
tracing ^0.1.44
normal
zip ^8.5.1
normal
tracing-subscriber ^0.3.23
dev
wiremock ^0.6.5
dev
Versions
42.89%
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 exit
romm_
api
1.0.0
Module exit
Module Items
Constants
In romm_
api::
error
romm_api
::
error
Module
exit
Copy item path
Source
Expand description
Process exit codes for scripting (see README “Exit codes”).
Constants
§
API
API, network, or download failure.
CONFIG
Configuration or authentication failure.
GENERAL
Unexpected or app-level validation failure.
SUCCESS
Command completed successfully (including user-cancelled downloads).
USAGE
Invalid flags or arguments (clap parse errors only).