mwapi_responses 0.5.1

Automatically generate strict types for MediaWiki API responses
Documentation
1
2
3
4
5
6
use mwapi_responses::prelude::*;

#[query(action = "query", list = "nonexistent")]
struct Response;

fn main() {}