Rust client for Apple Push Notification service
See Setting Up a Remote Notification Server for the official Apple developer documentation.
Use with HTTP mocks
By default, apple-apns only makes HTTP2 connections. To allow HTTP1
connections for compatibility with HTTP mock libraries that don't support HTTP2,
enable the http1 feature.