libosrs
An Oldschool Runescape API library written in Rust. Can serialize the output into JSON format.
Examples
use libosrs;
async
Game modes
"auto"
"regular"
"ironman"
"hardcore"
"ultimate"
"deadman"
"seasonal"
"tournament"
auto will try to fetch a players current gamemode from regular, ironman, hardcore and ultimate, i.e. a player who used to be Ironman but converted to regular will output their regular game stats. Only works if they gained Xp or Boss scores after convertion.
Any other values for gamemode will fallback to regular.
Struct names
See the docs.rs page.
Todo
- Blocking IO
- Serialize to json without re-calling Runescape API
- Formatters
- Grand Exchange