Crates.io | rscache |
lib.rs | rscache |
version | 0.2.2 |
source | src |
created_at | 2020-04-09 15:45:24.990365 |
updated_at | 2020-04-09 15:45:24.990365 |
description | A simple RuneScape cache utility. |
homepage | |
repository | https://github.com/jimvdl/rs-cache |
max_upload_size | |
id | 228029 |
size | 49,625 |
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.
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.
The following sources aided with the development of this crate:
OpenRS
RuneLite
OSRS Cache Parsing Blog
RSMod
Librsfs
RS-Cache is distributed under the terms of the MIT license.
See LICENSE for details.