Function cargo_util::paths::read
source · [−]Expand description
Reads a file to a string.
Equivalent to std::fs::read_to_string
with better error messages.
Reads a file to a string.
Equivalent to std::fs::read_to_string
with better error messages.