Docs.rs
onebot-api-1.0.2
onebot-api 1.0.2
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
ACAlexChen
Dependencies
anyhow ^1.0.100
normal
async-trait ^0.1.89
normal
axum ^0.8.8
normal
optional
bytes ^1.11.1
normal
eventsource-stream ^0.2.3
normal
optional
flume ^0.12.0
normal
futures ^0.3.31
normal
hex ^0.4.3
normal
optional
hmac ^0.12.1
normal
optional
http ^1.4.0
normal
reqwest ^0.13.1
normal
serde ^1.0.228
normal
serde_json ^1.0.146
normal
sha1 ^0.10.6
normal
optional
strum_macros ^0.27.2
normal
thiserror ^2.0.17
normal
tokio ^1.48.0
normal
tokio-tungstenite ^0.28.0
normal
optional
url ^2.5.7
normal
uuid ^1.19.0
normal
Versions
13.65%
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
EventSender
onebot_
api
1.0.2
Event
Sender
Aliased Type
In onebot_
api::
communication::
utils
onebot_api
::
communication
::
utils
Type Alias
Event
Sender
Copy item path
Source
pub type EventSender =
BroadcastSender
<
Arc
<
Event
>>;
Aliased Type
ยง
pub struct EventSender {
/* private fields */
}