use ;
use ;
use Path;
/// Safely writes `content` to `target_path` using the write-rename pattern.
///
/// This function writes to a temporary file first, flushes it, then renames it atomically.
// Some of the adapters which are behind feature gate may not use this function.
/// Reads the content of a file and returns it as a `String`.
// Some of the adapters which are behind feature gate may not use this function.