Re-exports§
pub use aes_gcm;pub use wacore_appstate as appstate;pub use wacore_noise as noise;pub use wacore_libsignal as libsignal;
Modules§
- client
- download
- framing
- handshake
- history_
sync - ib
- IB stanza types for unified session telemetry.
- iq
- messages
- net
- pair
- pair_
code - Pair code authentication for phone number linking.
- prekeys
- proto_
helpers - protocol
- reporting_
token - Reporting Token Implementation for WhatsApp
- request
- send
- stanza
- Stanza types for WhatsApp protocol notifications.
- store
- types
- upload
- usync
- version
- xml
Macros§
- define_
empty_ node - Macro for defining an empty protocol node (tag only, no attributes or children).
- define_
simple_ node - Macro for defining simple protocol nodes with only attributes (no children).
- define_
validated_ string - Macro for defining validated string newtypes with a maximum length constraint.
Derive Macros§
- Empty
Node - Derive macro for empty protocol nodes (tag only, no attributes).
- Protocol
Node - Derive macro for implementing
ProtocolNodeon structs with attributes. - String
Enum - Derive macro for enums with string representations.