mkmsbr 1.0.1

Clean-room library + CLI for Microsoft-compatible MBR and FAT32/NTFS boot records.
1
2
3
4
5
6
7
8
9
//! Shared helpers for integration tests. Cargo treats `tests/common/` as a
//! non-binary subdirectory, so this module compiles once and is included
//! from each integration test via `mod common;`.

#![allow(dead_code)] // Helpers may be used by some test binaries and not others.

pub mod ntfs_image;
pub mod oracle;
pub mod qemu_trace;