rs2-cache
A RS2 cache library written in Rust, based on the OpenRS2 implementation.
It should be noted: RS2 also includes Old School Runescape.
Installation
Add the following to your Cargo.toml file:
[]
= "0.3.0"
Example
use Cache;
Contributing
If you have new features you would like to have implemented, feel free to open a pull request. Do be advised that this repository aims to follow OpenRS2, so any edits should not deviate too far from it (if at all). For bigger features it is advised to open an issue in order to discuss it beforehand.
Credits
- Graham: For his work on OpenRS2. If you are using Kotlin and working on a RS2 rev server, it is highly recommended to utilise it for any cache related tasks.
- JayArrowz: Created the implementation that allows C# to use rs2-cache.