Skip to content

WIP rust library for interacting with Daybreak Games' Census API for Planetside 2

License

Notifications You must be signed in to change notification settings

AnotherGenZ/auraxis-rs

Repository files navigation

auraxis-rs

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.

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. 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" }

About

WIP rust library for interacting with Daybreak Games' Census API for Planetside 2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages