RS-Cache

Build Crate Revision API Minimum rustc version License

A simple-to-use basic RuneScape cache utility. RS-Cache provides utilities to interact with the RuneScape cache.

Useful links:\         Documentation\         Examples\         Release notes

Integration tests are running on RuneScape revision 180.

The minimum supported rustc version is 1.41.

This crate is passively maintained. Additional features will be implemented once they are needed for my own server. If you require a certain feature feel free to open an issue.

Usage

Add this to your Cargo.toml:

toml [dependencies] rs-cache = "0.1"

Examples can be found in the examples directory. These examples include basic use cases and more advanced use cases such as the update protocol.

Sources

The following sources aided with the development of this crate:\         OpenRS\         RuneLite\         OSRS Cache Parsing Blog\         RSMod\         Librsfs

License

RS-Cache is distributed under the terms of the MIT license.

See LICENSE for details.