# fcm
[][travis]
[][coveralls]
[][crates.io]
[][crates.io]
[][crates.io]
[crates.io]: https://crates.io/crates/fcm
[travis]: https://travis-ci.org/panicbit/fcm-rust
[coveralls]: https://coveralls.io/github/panicbit/fcm-rust
## Alpha status
The current master and alpha versions use `std::future` with async/await syntax,
and requires a nightly compiler. 0.6.0 works with stable and futures 0.1.
Bugfixes for the stable release should go against the `v0.6` branch.
## Examples
Check out the examples directory for a simple sender.
To see it used in a real project, take a look to the [XORC
Notifications](https://github.com/xray-tech/xorc-notifications), which is a
full-fledged consumer for sending push notifications.