Docs.rs
claude-pool-0.2.0
claude-pool 0.2.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
joshrotenberg
Dependencies
async-trait ^0.1
normal
claude-wrapper ^0.3
normal
dashmap ^6
normal
serde ^1
normal
serde_json ^1
normal
tempfile ^3
normal
thiserror ^2
normal
tokio ^1
normal
tracing ^0.1
normal
tokio ^1
dev
Versions
97.64%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
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
Skip to main content
Module error
claude_
pool
0.2.0
Module error
Module Items
Enums
Type Aliases
In crate claude_
pool
claude_pool
Module
error
Copy item path
Source
Expand description
Error types for claude-pool.
Enums
§
Error
Errors that can occur in claude-pool operations.
Type Aliases
§
Result
A convenience type alias for
Result<T, Error>
.