mangadex

Crates.iomangadex
lib.rsmangadex
version0.1.2
sourcesrc
created_at2021-05-12 20:36:55.64312
updated_at2021-06-19 10:36:20.263061
descriptionUnofficial asynchronous mangadex API wrapper for rust
homepage
repositoryhttps://github.com/edg-l/mangadex-rs
max_upload_size
id396659
size265,928
Edgar (edg-l)

documentation

https://docs.rs/mangadex

README

mangadex-rs

Rust crates.io License

Early work in progress.

Unofficial asynchronous mangadex API wrapper for rust

https://rust-lang.github.io/api-guidelines/checklist.html

The api reference is available in the default format, or in swagger format. The currently targeted api (api.yaml) is tracked in the repository to facilitate easier updates across versions.

TODO

  • Rate limiting
  • Includes

Tests

Tests that require making calls to the api while authed are ignored by default, to run them you need to setup a .env file likes this:

TEST_MANGADEX_USERNAME="username"
TEST_MANGADEX_PASSWORD="password"

And run it with:

cargo test -- --ignored

Commit count: 95

cargo fmt