Library for interacting with the omg.lol API, used by https://github.com/supleed2/omg-rs https://crates.io/crates/omg-api
Go to file
Aadi Desai e2c5de4a0a
Derive debug for subcommands and accept &str
Instead of &Option<String>, as it will always be passed in
2023-08-30 13:30:16 +01:00
src Derive debug for subcommands and accept &str 2023-08-30 13:30:16 +01:00
.gitignore Initial commit 2023-05-08 22:49:44 +01:00
Cargo.lock Initial commit 2023-05-08 22:49:44 +01:00
Cargo.toml Derive debug for subcommands and accept &str 2023-08-30 13:30:16 +01:00
CHANGELOG.md Derive debug for subcommands and accept &str 2023-08-30 13:30:16 +01:00
LICENSE Initial commit 2023-05-08 22:49:44 +01:00
README.md Initial commit 2023-05-08 22:49:44 +01:00

omg-api: Library for interacting with the omg.lol API, used by the omg crate

Separated out from the omg crate for reuse and ease of updates.

Refer to the changelog for more information.