3 releases

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

#549 in Data structures

Download history 320/week @ 2025-02-11

320 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
~579K SLoC