integrate backup sending via iroh into the repl

This commit is contained in:
dignifiedquire
2022-07-07 17:34:40 +02:00
parent 0e06bcb182
commit 9f7e962832
10 changed files with 100 additions and 36 deletions

View File

@@ -48,7 +48,7 @@ fn format_line_flowed(line: &str, prefix: &str) -> String {
after_space = false;
}
}
result + &buffer
result + buffer.as_str()
}
/// Returns text formatted according to RFC 3767 (format=flowed).