Function zaplib::universal_file::read_to_string
source · [−]Expand description
Convenience function to load a local file path into a String.
Might be faster than manually using std::io::Read::read_to_string if we can preallocate
the size of the String.