WalletConnect / a2

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

Possible renaming of this project #12

Closed pimeys closed 6 years ago

pimeys commented 6 years ago

I've been digging and there's a couple of different apns2 implementations for Rust using the same name. In crates.io the name's been taken by a curl-based implementation and then we have the library I forked this implementation from and which I rewrote, that is pretty high on Google results when you search for apns2 rust.

I think this project might need to be renamed, but into what? tokio-apns2 is kind of meh, and then there's the possibility to go grand and after some Greek gods such as Zeus or Zeus of Tokio...

Any ideas?

pimeys commented 6 years ago

https://github.com/theduke/apns2-rust/issues/1

pimeys commented 6 years ago

I was thinking of renaming this to a2. It's a simple, short name for apns2 that is still not in use, and correlates nicely with the short name of h2 library we use heavily in here.

pimeys commented 6 years ago

Done. Everybody using this crate should rename references from apns2 to a2. I don't know who else is evaluating this right now, but at least ping @dbrgn .

dbrgn commented 6 years ago

Nice :) Thanks for the heads-up.