mwapi_responses_derive 0.3.0

Automatically generate strict types for MediaWiki API responses (macro)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mwapi_responses_derive
======================
[![crates.io](https://img.shields.io/crates/v/mwapi_responses_derive.svg)](https://lib.rs/crates/mwapi_responses_derive)
[![pipeline status](https://gitlab.com/mwbot-rs/mwbot/badges/master/pipeline.svg)](https://gitlab.com/mwbot-rs/mwbot/-/commits/master)
[![coverage report](https://gitlab.com/mwbot-rs/mwbot/badges/master/coverage.svg)](https://mwbot-rs.gitlab.io/mwbot/coverage/)


The `mwapi_responses_derive` crate provides the proc-macro implementation for
`mwapi_responses`. See that crate for documentation and more details.

## License
`mwapi_responses_derive` is (C) 2020-2021 Kunal Mehta <legoktm@debian.org>
under the GPL v3 or any later version.