| Crates.io | openligadb |
| lib.rs | openligadb |
| version | 0.0.8 |
| created_at | 2025-02-11 17:04:53.23152+00 |
| updated_at | 2025-02-12 00:33:36.469814+00 |
| description | Rust library for OpenLigaDB API |
| homepage | https://github.com/pilgrimagesoftware/openligadb.rs |
| repository | https://github.com/pilgrimagesoftware/openligadb.rs |
| max_upload_size | |
| id | 1551654 |
| size | 93,280 |
This is a Rust client for accessing the OpenLigaDB API.
Add this to your Cargo.toml:
[dependencies]
openligadb = "0.0.1"
and this to your code:
use openligadb;
let leagues = openligadb::models::league::list()?;
Licensed under:
Unless explicitly stated otherwise, any contribution intentionally submitted for inclusion in the work by you shall be licensed as above.