Crate mwapi[][src]

Expand description

A MediaWiki API client library.

Key features of mwapi:

  • generic to fit any application, whether for interactive usage or writing a bot
  • intended for use in async setups, and is compatible with being used with concurrency
  • turns MediaWiki errors into Rust errors for you
  • logging (using the log crate) for visiblity into errors

More to come.

Structs

Client

Enums

Error
ErrorFormat

Type Definitions

Result