diff --git a/proxmox-tools/src/fs.rs b/proxmox-tools/src/fs.rs index 6661c952..eacf0733 100644 --- a/proxmox-tools/src/fs.rs +++ b/proxmox-tools/src/fs.rs @@ -1,3 +1,5 @@ +//! File related utilities such as `replace_file`. + use std::ffi::CStr; use std::fs::File; use std::io::{BufRead, BufReader, Write};