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§
Structs§
- A Chrome cache parser. Internally, it only stores the path to the cache and the cache’s index as a buffer.