osrs-cache
An immutable, high-level API for the Oldschool RuneScape cache file system.
Installation
Add this to your Cargo.toml file:
[]
= "0.1.0"
Example
use Cache;
Contributing
If you have suggestions for features, or want to add for example a new loader for the cache, feel free to make a pull request. For bigger features it is advised to open an issue in order to discuss it beforehand.
Examples can be found in the examples directory which include the osrs update protocol.
Acknowledgements
The following sources aided with the development of this crate:
OpenRS
RuneLite
OSRS Cache Parsing Blog
RSMod
Librsfs
OSRSBox
Jagex-Store-5
License
osrs-cache is distributed under the terms of the MIT license.
See LICENSE for details.