{"id":15032070,"url":"https://github.com/lukabratos/push-notifications-rust","last_synced_at":"2026-02-18T15:31:26.212Z","repository":{"id":153541230,"uuid":"140470590","full_name":"lukabratos/push-notifications-rust","owner":"lukabratos","description":"Pusher Beams Rust Server SDK","archived":false,"fork":false,"pushed_at":"2018-07-18T06:58:27.000Z","size":12,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-13T16:34:18.274Z","etag":null,"topics":["crate","rust","rust-crate","rust-lang","rust-language","rust-library","rustlang"],"latest_commit_sha":null,"homepage":"https://www.pusher.com/beams","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lukabratos.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-07-10T18:09:17.000Z","updated_at":"2023-06-24T14:28:59.000Z","dependencies_parsed_at":"2023-05-19T04:15:48.829Z","dependency_job_id":null,"html_url":"https://github.com/lukabratos/push-notifications-rust","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lukabratos/push-notifications-rust","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukabratos%2Fpush-notifications-rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukabratos%2Fpush-notifications-rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukabratos%2Fpush-notifications-rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukabratos%2Fpush-notifications-rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lukabratos","download_url":"https://codeload.github.com/lukabratos/push-notifications-rust/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukabratos%2Fpush-notifications-rust/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279013999,"owners_count":26085345,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["crate","rust","rust-crate","rust-lang","rust-language","rust-library","rustlang"],"created_at":"2024-09-24T20:17:15.145Z","updated_at":"2025-10-13T02:38:39.911Z","avatar_url":"https://github.com/lukabratos.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pusher Beams Rust Server SDK \n\n[![Build Status](https://travis-ci.org/lukabratos/push-notifications-rust.svg?branch=master)](https://travis-ci.org/lukabratos/push-notifications-rust)\n\n```toml\n[dependencies]\nbeams = \"0.1.0\"\n```\n\n## Usage\n\n```rust\nextern crate beams;\n\nuse beams::publish;\n\npub fn main() {\n    let interests = vec![String::from(\"pizza\"), String::from(\"avocado\")];\n\n    let publish_request = r#\"{\n        \"apns\": {\n            \"aps\": {\n                \"alert\": \"Hello!\"\n            }\n        },\n        \"fcm\": {\n            \"notification\": {\n                \"title\": \"Hello!\",\n                \"body\": \"Hello, world!\"\n            }\n        }\n    }\"#;\n\n    publish(\n        String::from(\"id\"),\n        String::from(\"key\"),\n        interests,\n        publish_request,\n    );\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukabratos%2Fpush-notifications-rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flukabratos%2Fpush-notifications-rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukabratos%2Fpush-notifications-rust/lists"}