apple-apns

Crates.ioapple-apns
lib.rsapple-apns
version0.5.3
sourcesrc
created_at2023-01-03 19:48:10.10188
updated_at2023-02-05 08:27:30.862292
descriptionRust client for Apple Push Notification service
homepagehttps://github.com/jakelee8/apple-apns
repositoryhttps://github.com/jakelee8/apple-apns
max_upload_size
id750360
size88,154
Jacob Lee (jakelee8)

documentation

https://docs.rs/apple-apns

README

Rust client for Apple Push Notification service

License Crates.io

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.

Commit count: 23

cargo fmt