auraxis 0.3.0

API & ESS client for Planetside 2 Census API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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](https://anothergenz.github.io/auraxis-rs/auraxis/).
To get started with this crate you can take a look at the [examples](auraxis/examples/) folder for the auraxis crate. To add the crate to your project you can add the following to your `Cargo.toml`:

```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.