warframe-1.0.3 has been yanked.
warframe.rs
An async crate to wrap the Worldstate API.
Use this crate if you want to make a Warframe-related rust project that is async.
Getting started
No installation yet. You would have to clone this repo.
I will publish it to crates.io as soon as I have a CI configured..
Example
use *;
async
Contributing
Contributions are more than welcome. To contribute simply fork this repository and make a PR.
We use clippy for linting, and rustfmt for formatting. They are included as dev-dependencies in the Cargo.toml.