artifacts-rs 1.5.1

Rust client for Artifacts
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//! A Rust wrapper for [Artifacts](https://artifactsmmo.com/), an API-based sandbox MMO.
//!
//! Generated by [openapi-generator](https://openapi-generator.tech/) based on
//! version 6.1.0 of the [public OpenAPI spec](https://api.artifactsmmo.com/openapi.json).

#![allow(unused_imports)]
#![allow(clippy::too_many_arguments)]

extern crate reqwest;
extern crate serde;
extern crate serde_json;
extern crate url;

pub mod apis;
pub mod models;
pub mod traits;