mwapi_responses_derive 0.2.0

Automatically generate strict types for MediaWiki API responses (macro)
Documentation
1
2
3
4
fn main() {
    // Invalidate build cache when JSON data changes
    println!("cargo:rerun-if-changed=data");
}