Docs.rs
whatsapp-rust-0.1.0
whatsapp-rust 0.1.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
jlucaso1
Dependencies
anyhow ^1.0
normal
async-trait ^0.1.88
normal
base64 ^0.22.1
normal
bincode ^2.0.1
normal
bytes ^1.5
normal
chrono ^0.4
normal
dashmap ^6.1.0
normal
diesel ^2.2.12
normal
diesel_migrations ^2.2.0
normal
env_logger ^0.11
normal
futures-util ^0.3.31
normal
hex ^0.4
normal
http ^1.3.1
normal
libsqlite3-sys ^0.35.0
normal
log ^0.4.27
normal
prost ^0.14.1
normal
rand ^0.9
normal
rand_core ^0.9
normal
rustls ^0.23
normal
scopeguard ^1.2
normal
serde ^1.0.188
normal
serde_json ^1.0
normal
thiserror ^2.0.17
normal
tokio ^1.47.1
normal
tokio-websockets ^0.12.0
normal
ureq ^3.1.0
normal
wacore ^0.1.0
normal
wacore-binary ^0.1.0
normal
waproto ^0.1.0
normal
uuid ^1.0
dev
Versions
26.57%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
EventHandler
whatsapp_
rust
0.1.0
Event
Handler
Required Methods
handle_event
Implementors
In whatsapp_
rust::
types::
events
whatsapp_rust
::
types
::
events
Trait
Event
Handler
Copy item path
Source
pub trait EventHandler:
Send
+
Sync
{ // Required method fn
handle_event
(&self, event: &
Event
); }
Required Methods
§
Source
fn
handle_event
(&self, event: &
Event
)
Implementors
§