auraxis 0.3.0

API & ESS client for Planetside 2 Census API
Documentation

auraxis-rs

This project aims to provide an easy way to get started developing for Daybreak Game's Census API in Rust, primarily targeted for Planetside 2.

Getting started

The cargo docs are provided on github pages. To get started with this crate you can take a look at the examples folder for the auraxis crate. To add the crate to your project you can add the following to your Cargo.toml:

[dependencies]
auraxis = "0.3"

Contributing

Contributions to this project are welcome! If you have any ideas for new features or improvements, please feel free to open an issue or submit a pull request. Please make sure to follow the existing code style and include tests for any new functionality.