[][src]Crate rqpush

RQPush is a library that assists with generating and sending notifications to RQueue: https://github.com/jeremyandrews/rqueue

Structs

Message

The final outbound message that is sent, where "contents" is the OutboundNotification derived from the internal Notification.

Notification

An object used to generate notifications.

OutboundNotification

The final outbound notification object that is derived from the internal Notification object. This is delivered inside Message.contents.

Functions

generate_sha256

Generate a sha256 of a string, including an optional shared_secret as salt.