Name Description Size Coverage
mod.rs Allows serialization of the adblock engine into a compact binary format, as well as subsequent rapid deserialization back into an engine. In order to support multiple format versions simultaneously, this module wraps around different serialization/deserialization implementations and can automatically dispatch to the appropriate one. The current .dat file format: 1. magic (4 bytes) 2. version (1 byte) 3. seahash of the data (8 bytes) 4. data (the rest of the file) 3541 -