Crates.io | fcm_v1 |
lib.rs | fcm_v1 |
version | 0.3.0 |
source | src |
created_at | 2023-02-24 01:04:17.427779 |
updated_at | 2023-04-22 18:53:57.283634 |
description | a simple Rust FCM server library (HTTP v1 API) |
homepage | https://github.com/sanath-2024/fcm_v1 |
repository | https://github.com/sanath-2024/fcm_v1 |
max_upload_size | |
id | 793215 |
size | 25,912 |
fcm_v1
is a simple Rust Firebase Cloud Messaging (FCM) server library, compatible with the HTTP v1 API.
The main goals for this library are simplicity and completeness. It should be simple enough that anyone should be able to use it without squinting at the docs for too long, yet complete enough to support the full API.
All forms of contribution (pull requests, issues, etc.) are gladly welcomed!