openligadb

Crates.ioopenligadb
lib.rsopenligadb
version0.0.8
created_at2025-02-11 17:04:53.23152+00
updated_at2025-02-12 00:33:36.469814+00
descriptionRust library for OpenLigaDB API
homepagehttps://github.com/pilgrimagesoftware/openligadb.rs
repositoryhttps://github.com/pilgrimagesoftware/openligadb.rs
max_upload_size
id1551654
size93,280
Paul Schifferer (paulyhedral)

documentation

https://docs.rs/openligadb

README

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.

Commit count: 68

cargo fmt