Docs.rs
recoco-utils-0.2.1
recoco-utils 0.2.1
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
bashandbone
Dependencies
anyhow ^1.0.100
normal
async-openai ^0.30.1
normal
optional
async-trait ^0.1.89
normal
axum ^0.8.8
normal
optional
azure_storage ^0.21.0
normal
optional
base64 ^0.22.1
normal
optional
blake3 ^1.8.3
normal
optional
cfg-if ^1.0.4
normal
chrono ^0.4.43
normal
optional
encoding_rs ^0.8.35
normal
optional
futures ^0.3.31
normal
optional
globset ^0.4.18
normal
optional
google-drive3 ^7.0.0
normal
optional
hex ^0.4.3
normal
optional
http ^1.4.0
normal
optional
neo4rs ^0.8.0
normal
optional
qdrant-client ^1.16.0
normal
optional
rand ^0.9.2
normal
optional
redis ^1.0.2
normal
optional
regex ^1.12.2
normal
optional
reqwest ^0.12.24
normal
optional
serde ^1.0.228
normal
optional
serde_json ^1.0.149
normal
optional
serde_path_to_error ^0.1.20
normal
optional
sqlx ^0.8.6
normal
optional
time ^0.3.45
normal
optional
tokio ^1.49.0
normal
optional
tokio-util ^0.7.18
normal
optional
tracing ^0.1
normal
uuid ^1.19.0
normal
optional
yaml-rust2 ^0.11.0
normal
optional
http ^1.4.0
dev
serde ^1.0.228
dev
serde_json ^1.0.149
dev
serde_path_to_error ^0.1.20
dev
Versions
0%
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
HostError
recoco_
utils
0.2.1
Host
Error
Implementors
In recoco_
utils::
error
recoco_utils
::
error
Trait
Host
Error
Copy item path
Source
pub trait HostError:
Any
+
StdError
+
Send
+
Sync
+ 'static { }
Implementors
§
Source
§
impl<T:
Any
+
StdError
+
Send
+
Sync
+ 'static>
HostError
for T