Crates.io | radarcord-rs |
lib.rs | radarcord-rs |
version | 0.0.2 |
created_at | 2025-09-09 01:17:04.664418+00 |
updated_at | 2025-09-09 04:15:58.050329+00 |
description | An API wrapper for the Radarcord bot list |
homepage | |
repository | https://codeberg.org/Yoshiboi18303/Radarcord-rs |
max_upload_size | |
id | 1830112 |
size | 116,993 |
An API wrapper for the Radarcord bot list!
The MSRV (Minimum Supported Rust Version) for this crate is around 2024 edition, so 1.85.1. Anything lower than that can cause problems. Trust me, I've checked.
You can add this to your project in one of two ways.
cargo add
cargo add radarcord-rs
cargo add radarcord-rs --features webhooks
[dependencies]
# Normal, no webhook support.
radarcord-rs = "0.0.1"
# With webhook support.
radarcord-rs = { version = "0.0.1", features = ["webhooks"] }
We have two examples:
Clone the repository and then run:
cargo run --example client
OR, for the WebhookClient:
cargo run --example webhooks --features webhooks
This project is dual licensed under the MIT OR Apache 2.0 licenses. Take your pick of which one you like better.
And... that's about all I have to say! Have fun with Radarcord-rs!