cachekit-core 0.2.0

LZ4 compression, xxHash3 integrity, AES-256-GCM encryption for byte payloads
Documentation
1
2
3
4
5
6
7
//! Common test utilities and fixtures for the cachekit-serializer test suite.
//!
//! This module provides shared test data, fixtures, and helper functions used across
//! unit tests, integration tests, and property-based tests. Centralizing test fixtures
//! ensures consistency and reduces duplication.

pub mod fixtures;