warframe 9.0.1

An async crate to wrap Warframe's Worldstate API.
Documentation
1
2
3
4
5
//! Implementation for the profile module, used to interact with the warframe profile API

pub mod client;
pub mod models;
pub mod error;