Skip to content
/ fcm-rust Public
forked from panicbit/fcm-rust

An API to talk to FCM (Firebase Cloud Messaging) in Rust

License

Notifications You must be signed in to change notification settings

1aim/fcm-rust

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fcm

Travis Coveralls Crates.io Version Crates.io Downloads Crates.io License

Usage

Add this to Cargo.toml:

[dependencies]
fcm = "0.4"
tokio = "0.1"
futures = "0.1"

then add this to your crate root:

extern crate fcm;
extern crate tokio;
extern crate futures;

Examples

Check out the examples directory for a simple sender.

About

An API to talk to FCM (Firebase Cloud Messaging) in Rust

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 100.0%