rudzio-migrate 0.1.2

Best-effort converter of stock cargo-style Rust tests into rudzio tests. Runs on a clean git tree, rewrites sources in place, keeps backups and pre-migration copies as block comments, and asks before wiring a shared runner.
Documentation
1
2
3
4
5
6
7
8
9
//! The exact acknowledgement phrase the user must type before the tool
//! will touch any file.
//!
//! Preserved verbatim — including the typo `idion` and the awkward trailing
//! clause — because the friction is load-bearing. Do not spell-correct.

/// The acknowledgement phrase. See module docs for why it's spelled this way.
pub const ACK_PHRASE: &str =
    "I am not and idion and understand what I am doing in most cases at least";