Crates.io | sakuin |
lib.rs | sakuin |
version | 0.1.0 |
source | src |
created_at | 2021-05-25 06:15:57.971322 |
updated_at | 2021-05-25 06:15:57.971322 |
description | An API wrapper around the [MangaDex](API), aiming for 100% coverage. |
homepage | |
repository | https://github.com/AbstractUmbra/Sakuin |
max_upload_size | |
id | 401747 |
size | 19,160 |
Sakuin 『さくいん』 is a wrapper around the MangaDex API which aims for 100% API coverage where possible.
This project is currently a huge WIP and a way for me to learn Rust.
Based on the MangaDex API Docs, the below is a checklist of implemented features. I will mark these off as time progresses and I implement more things.
At the time of writing this, the API is currently read-only, therefor I cannot test any endpoints that require writing or authentication. I will strive to complete these as soon as possible.
Feature | Coverage |
---|---|
Manga | Partial |
Cover | N/A |
Author | N/A |
Search | Partial |
Auth | N/A |
Scanlantion Group | N/A |
Feed | N/A |
Custom List | N/A |
Captcha | N/A |
At Home | N/A |
Legacy | N/A |
Infrastructure | N/A |
Account | N/A |
User | N/A |
Chapter | Partial |
Upload | N/A |
Item | Coverage |
---|---|
Tests | N/A |
Documentation | Partial |
As this is my first real Rust project, I can't promise it's good. I will aim to improve quickly however.