3 releases

0.0.8 Feb 12, 2025
0.0.6 Feb 11, 2025
0.0.5 Feb 11, 2025

#532 in Data structures

Download history 264/week @ 2025-02-08 53/week @ 2025-02-15 2/week @ 2025-02-22 4/week @ 2025-03-01

323 downloads per month

MIT license

37KB
673 lines

OpenLigaDB Rust client

CI Crates.io MIT licensed Documentation Rust

This is a Rust client for accessing the OpenLigaDB API.

Usage

Add this to your Cargo.toml:

[dependencies]
openligadb = "0.0.1"

and this to your code:

use openligadb;

let leagues = openligadb::models::league::list()?;

Change log

CHANGELOG

License

Licensed under:

Contribution

Unless explicitly stated otherwise, any contribution intentionally submitted for inclusion in the work by you shall be licensed as above.

Dependencies

~16–32MB
~583K SLoC