Crate chrome_cache_parser

Source
Expand description

A safe, zero-copy, rust-based chrome cache entry parser, supporting chrome cache versions 2.0, 2.1, and 3.0.

Re-exports§

pub use crate::cache_address::CacheAddr;
pub use crate::cache_index::IndexHeader;
pub use crate::error::CCPError;
pub use crate::error::CCPResult;

Modules§

block_file
cache_address
cache_index
error
time

Structs§

ChromeCache
A Chrome cache parser. Internally, it only stores the path to the cache and the cache’s index as a buffer.