facti-api 0.2.0

Provides tools for interacting with Factorio REST APIs
1
2
3
4
5
6
7
8
9
10
11
12
//! [Async][async-book] client API.
//!
//! # Optional but default
//!
//! This requires the `async` feature to be enabled,
//! which is part of the default enabled features.
//!
//! [async-book]: https://rust-lang.github.io/async-book/

pub(crate) mod client;
mod error;
mod reqwest;