mismall 2.0.0

Streaming Huffman compression library with AES-256-GCM encryption and archive support
Documentation
1
2
3
4
5
6
7
8
9
10
//! Edge case tests module
//!
//! Comprehensive edge case and error condition testing across all library APIs.
//! Ensures robustness and proper error handling in production environments.

pub mod compression_errors;
pub mod decompression_errors;
pub mod archive_errors;
pub mod stream_errors;
pub mod error_context_tests;