a2 0.3.2

A native, asynchronous Apple push notification client
Documentation
# Compiled files
*.o
*.so
*.rlib
*.dll

# Executables
*.exe

# rustfmt
*.bk

# Generated by Cargo
/target/

# IntelliJ IDEA
/.idea/
*.iml

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here http://doc.crates.io/guide.html#cargotoml-vs-cargolock
Cargo.lock

# Certificate files
*.der
*.pem
*.key

/examples/*.p8
/examples/*.p12