web-push 0.7.2

Web push notification client with support for http-ece encryption and VAPID authentication.
Documentation
1
2
3
4
5
6
7
8
mod builder;
mod key;
mod signer;

pub use self::builder::VapidSignatureBuilder;
use self::key::VapidKey;
pub use self::signer::VapidSignature;
use self::signer::VapidSigner;