rscache

Crates.iorscache
lib.rsrscache
version0.2.2
sourcesrc
created_at2020-04-09 15:45:24.990365
updated_at2020-04-09 15:45:24.990365
descriptionA simple RuneScape cache utility.
homepage
repositoryhttps://github.com/jimvdl/rs-cache
max_upload_size
id228029
size49,625
(jimvdl)

documentation

https://docs.rs/rs-cache

README

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.

Commit count: 319

cargo fmt