arama-cache 0.36.2

Embedding and thumbnail cache facade over localcache for arama
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! `arama-cache` integration tests.
//!
//! These tests define the facade's public contract. They were written
//! against the v1 (`file-feature-cache`) implementation and pass
//! unchanged — modulo the import below — against the v2 (`localcache`)
//! implementation, which is the API-compatibility proof for RFC 002.
//!
//! Test coverage is split across sibling files by namespace:
//! - `helpers`  — shared fixtures compiled into every test binary via `#[path]`
//! - `image`    — image-namespace tests
//! - `video`    — video-namespace tests
//! - `cross`    — cross-namespace / session / parallel / dir-summary tests
//!
//! Each sibling (`image.rs`, `video.rs`, `cross.rs`) is its own Cargo integration
//! test binary and includes `helpers.rs` via `#[path]`.