Function read_file_safe

Source
pub fn read_file_safe(
    path: &Path,
    max_size: usize,
) -> Result<String, IaCGeneratorError>
Expand description

Reads file content safely with size limits