Crates.io | rfesi |
lib.rs | rfesi |
version | 0.45.0 |
source | src |
created_at | 2020-06-30 00:24:20.712747 |
updated_at | 2024-11-10 20:22:46.097601 |
description | Rust API for EVE Online's ESI |
homepage | https://github.com/celeo/rfesi |
repository | https://github.com/celeo/rfesi |
max_upload_size | |
id | 259602 |
size | 184,893 |
Rust API for the EVE Online ESI
Add the latest version to your Cargo.toml
.
This crate has several features that are enabled by default.
Note that adding all of the endpoints would very tedious, so not all of them have been implemented. I've added a handful that I found useful, and I will be happy to add missing ones on request. Additionally, I'm happy to take PRs for adding endpoint support.
In the docs, a group without any endpoints mapped to functions will look like this: a struct without any functions. This maps to this file, which does not implement any functions. Contrast that with this file, which contains a struct with several functions.
git clone https://github.com/Celeo/rfesi
cd rfesi
cargo test
Licensed under either of
Please feel free to contribute. Please open an issue first (or comment on an existing one) so that I know that you want to add/change something.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.