mangadex 0.0.3

Unofficial asynchronous mangadex API wrapper for rust
Documentation

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

Api reference: https://api.mangadex.org/docs.html

TODO

  • Auth ✅
  • Rate limits ❌
  • Manga ✅
  • Author ✅
  • Search ❌
  • Scanlationgroup ✅
  • Feed ✅
  • CustomList ❌
  • Captcha ❌
  • AtHome ✅
  • Legacy ✅
  • Infrastructure ✅
  • Account ✅
  • User ❌
  • Chapter ❌

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