| Crates.io | simplepush-rs |
| lib.rs | simplepush-rs |
| version | 0.1.2 |
| created_at | 2024-08-04 09:59:00.42538+00 |
| updated_at | 2024-08-04 10:26:41.317448+00 |
| description | Client for the simplepush.io API |
| homepage | https://github.com/jasonfagan/simplepush-rs |
| repository | https://github.com/jasonfagan/simplepush-rs.git |
| max_upload_size | |
| id | 1324863 |
| size | 15,261 |
A Rust client for the SimplePush API
cargo add simplepush-rs
let result = SimplePush::send(Message::new(
"SIMPLE_PUSH_KEY",
Some("title"),
"test message",
None,
None,
));
let result = SimplePush::send(Message::new(
"SIMPLE_PUSH_KEY",
Some("title"),
"test message",
None,
None,
"ENCRYPTION_KEY",
Some("SALT"),
));