# for more information.
Other than that it is very similar - splits writes at each position and if written data don't match it reports an error.
Backtrace capturing is similar as well - the last call is captured and if the current call writes unexpected data last one is reported as likely culprit.
## MSRV
1.41.1 without `backtrace` feature, 1.48 with `backtrace` feature.
## License
MITNFA
"]
pub use read::hack::test_read;
pub use write::hack::test_write;
pub mod read;
pub mod write;
mod backtrace_impl;