Docs.rs
agent-relay-0.4.1
agent-relay 0.4.1
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
MHASK
Dependencies
axum ^0.8
normal
chrono ^0.4
normal
clap ^4
normal
colored ^3
normal
dirs ^5
normal
hex ^0.4
normal
rusqlite ^0.31
normal
serde ^1.0
normal
serde_json ^1.0
normal
sha2 ^0.10
normal
tokio ^1
normal
tower-http ^0.6
normal
ureq ^2
normal
uuid ^1
normal
Versions
32.68%
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
SharedState
agent_
relay
0.4.1
Shared
State
Aliased Type
In agent_
relay::
server
agent_relay
::
server
Type Alias
Shared
State
Copy item path
Source
pub type SharedState =
Arc
<
Mutex
<
Connection
>>;
Aliased Type
§
pub struct SharedState {
/* private fields */
}