letslogic 0.1.1

A library providing interaction with the Let's Logic API
Documentation
# letslogic


[![docs.rs](https://img.shields.io/docsrs/letslogic)](https://docs.rs/letslogic)
[![Test status](https://img.shields.io/github/actions/workflow/status/ShenMian/letslogic/test.yml?label=test)](https://github.com/ShenMian/letslogic/actions/workflows/test.yml)
[![Code coverage](https://img.shields.io/codecov/c/github/ShenMian/letslogic)](https://app.codecov.io/gh/ShenMian/letslogic)

A library providing interaction with the [Let's Logic API].

## Features


- Get collection list.
- Get levels in collection.
- Submit level solution.
- Get records for completed levels.

> [!WARNING]
>
> - Let's Logic API may incorrectly return empty responses.
> - Avoid concurrent requests.

## License


Licensed under either of

- [Apache License, Version 2.0]LICENSE-APACHE
- [MIT license]LICENSE-MIT

at your option.

[Let's Logic API]: <https://letslogic.com/api>