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 and error condition tests
//!
//! This module tests edge cases and error conditions across all library APIs
//! to ensure robustness in production environments.

#[cfg(test)]
pub mod edge_cases;

#[cfg(test)]
pub mod error_conditions;