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
//! Error context tests
//!
//! Tests error context enhancement, suggestions, and error trait implementations.
//! Verifies that errors provide helpful information to users.

use mismall::error::{ErrorContext, ErrorExt, MismallError};

#[cfg(test)]
mod error_context_tests;