Docs.rs
apns2-0.1.0
apns2 0.1.0
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
theduke
Dependencies
curl ^0.4.11
normal
failure ^0.1.1
normal
serde ^1.0.27
normal
serde_derive ^1.0.27
normal
serde_json ^1.0.9
normal
uuid ^0.6.0
normal
Versions
39.58%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
apns2
0.1.0
All Items
Crate Items
Structs
Enums
Statics
Crate
apns2
Copy item path
Source
Structs
§
Alert
Payload
Alert content for a notification.
Apns
Sync
Collapse
Id
Wrapper type for collapse ids. It may be an arbitrary string, but is limited in length to at most 63 bytes.
Collapse
IdToo
Long
Error
Notification
A notification struct contains all relevant data for a notification request sent to the APNS API. This includes other options not contained in the payload. These options are transferred with HTTP request headers.
Notification
Builder
A builder for convenient construction of notifications.
Payload
Provider
Certificate
Enums
§
Alert
The alert content. This can either be a plain message string, or an AlertPayload with more configuration.
Auth
Priority
Notification priority. See APNS documentation for the effects.
Statics
§
APN_
URL_
DEV
APNS development endpoint.
APN_
URL_
PRODUCTION
APNS production endpoint.