reown-com / a2

An Asynchronous Apple Push Notification (apns2) Client for Rust
MIT License
151 stars 53 forks source link

feat: add the push type called complication #92

Open Theo-Yuan opened 1 month ago

Theo-Yuan commented 1 month ago

Hi everyone,

I’m currently building my own service using this crate but noticed that a push type, complication, was missing from the definition of PushType. So I open this PR to address it.

Thank you for considering my contribution!