#runescape #osrs #cache #utility #revision #version #basic

yanked rscache

A simple RuneScape cache utility

0.2.2 Apr 9, 2020

#12 in #osrs

MIT license

37KB
547 lines

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:

[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.

Dependencies

~1.5MB
~20K SLoC