Docs.rs
openrouter-client-0.2.0
openrouter-client 0.2.0
Docs.rs crate page
Unlicense
14 July 2026
Links
Homepage
Repository
crates.io
Source
Owners
hra42
Dependencies
base64 ^0.22
normal
bytes ^1
normal
futures ^0.3
normal
rand ^0.8
normal
serde ^1
normal
serde_json ^1
normal
sha2 ^0.10
normal
thiserror ^1
normal
tokio ^1
normal
url ^2
normal
clap ^4
dev
pretty_assertions ^1
dev
tokio ^1
dev
wiremock ^0.6
dev
reqwest ^0.12
normal
getrandom ^0.2
normal
optional
gloo-net ^0.6
normal
optional
gloo-timers ^0.3
normal
optional
js-sys ^0.3
normal
optional
reqwest ^0.12
normal
wasm-bindgen ^0.2
normal
optional
wasm-streams ^0.5
normal
optional
web-sys ^0.3
normal
optional
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 error
openrouter
0.2.0
Module error
Module Items
Enums
Type Aliases
In crate openrouter
openrouter
Module
error
Copy item path
Source
Expand description
Error model for the crate.
Enums
§
Error
Top-level error type for all SDK operations.
Type Aliases
§
Result
Convenient alias for
Result<T, openrouter::Error>
.