This commit is contained in:
2025-04-05 15:38:43 +02:00
parent 7bf2ffe47d
commit 0fa9eddd1c
12 changed files with 1737 additions and 21 deletions

View File

@@ -1,6 +1,7 @@
use regex::Regex;
use std::fs;
use std::io::{self, Read};
use std::io::{self, Read, Seek, SeekFrom};
use std::path::Path;
/// Represents the type of replacement to perform.