This project aims to provide an easy way to get started developing for Daybreak Game's Census API in Rust, currently targeted for Planetside 2.
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. For now this crate is not published to crates.io and can be added to cargo.toml like follows:
[dependencies]
auraxis = { git = "https://github.com/anothergenz/auraxis-rs" }
If you want to use a local development version of the crate you can use the following in addition to the two lines above:
[patch."https://github.com/brakenium/auraxis-rs"]
auraxis = { path = "/path/to/auraxis-rs/auraxis" }