Docs.rs
scv-server-0.1.21
scv-server 0.1.21
Docs.rs crate page
Apache-2.0
23 September 2026
Links
Repository
crates.io
Source
Owners
PeiyuanQi
Dependencies
anyhow ^1.0.99
normal
async-trait ^0.1.89
normal
dirs ^6.0.0
normal
libc ^0.2.175
normal
scv-clawbot =0.1.21
normal
scv-client =0.1.21
normal
scv-core =0.1.21
normal
scv-protocol =0.1.21
normal
scv-provider-openai =0.1.21
normal
scv-tools =0.1.21
normal
serde ^1.0.219
normal
serde_json ^1.0.143
normal
sha2 ^0.10.9
normal
tempfile ^3.21.0
normal
tokio ^1.47.1
normal
tokio-util ^0.7.16
normal
toml ^0.9.5
normal
tracing ^0.1.41
normal
uuid ^1.18.1
normal
Versions
29.03%
of the crate is documented
Go to latest version
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 components
scv_
server
0.1.21
Module components
Module Items
Structs
Traits
In crate scv_
server
scv_server
Module
components
Copy item path
Source
Expand description
Server-owned lifecycle for every long-running integration.
Structs
§
Health
Reporter
Supervisor
Traits
§
Component
Components must observe cancellation and must not detach child tasks. Return on failure; the supervisor owns retries and bounded shutdown.