Docs.rs
claude-utils-0.2.0
claude-utils 0.2.0
Docs.rs crate page
MIT
30 June 2026
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
josharsh
Dependencies
anyhow ^1.0
normal
arboard ^3.5
normal
async-stream ^0.3
normal
axum ^0.8
normal
base64 ^0.22
normal
chrono ^0.4
normal
clap ^4.5
normal
dirs ^5.0
normal
futures ^0.3
normal
image ^0.25
normal
rand ^0.8
normal
reqwest ^0.12
normal
serde ^1.0
normal
serde_json ^1.0
normal
sha2 ^0.10
normal
tempfile ^3.15
normal
thiserror ^2.0
normal
tokio ^1.44
normal
tower ^0.5
normal
tower-http ^0.6
normal
tracing ^0.1
normal
tracing-subscriber ^0.3
normal
tokio-test ^0.4
dev
x11-clipboard ^0.9
normal
cocoa ^0.26
normal
objc ^0.2
normal
winapi ^0.3
normal
Versions
4.92%
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
create_error_response
claude_
utils
0.2.0
In claude_
utils::
mcp::
protocol
claude_utils
::
mcp
::
protocol
Function
create_
error_
response
Copy item path
Source
pub fn create_error_response( id:
Option
<
Value
>, code:
i32
, message:
String
, ) ->
JsonRpcResponse