Module rscache::checksum[][src]

Expand description

Validator for the cache.

Example

use rscache::checksum::{ Checksum, OsrsEncode };

let checksum = cache.create_checksum()?;

// Encode the checksum with the OSRS protocol.
let buffer = checksum.encode()?;

Structs

Validator for the Cache.

Contains index validation data.

Traits

Consumes the Checksum and encodes it into a byte buffer using the OSRS protocol.

Consumes the Checksum and encodes it into a byte buffer using the RS3 protocol.