Crates.io | facti-api |
lib.rs | facti-api |
version | 0.2.0 |
source | src |
created_at | 2023-08-14 22:28:31.228275 |
updated_at | 2023-08-19 22:26:07.343693 |
description | Provides tools for interacting with Factorio REST APIs |
homepage | https://facti.rs |
repository | https://github.com/Sharparam/facti/tree/main/api |
max_upload_size | |
id | 944549 |
size | 63,128 |
Rust crate for interacting with the various Factorio APIs.
Contributors are very welcome!
If you want to discuss the project you can do so in the discussions on GitHub or join the Matrix room.
All APIs that use an API key or do not require authentication will be supported. If there are any that are not currently supported, please create an issue to request addition or submit a pull request if you feel like adding it yourself!
You can use either async or blocking methods with this crate, they can be enabled independent of each other.
async
feature (this is part of the
default enabled features).blocking
feature.For more details on the different APIs, consult the documentation.
Copyright © 2023 by Adam Hellberg.
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.