Function axstd::fs::read_to_string
source · pub fn read_to_string(path: &str) -> Result<String>
Available on crate features
fs
and alloc
only.Expand description
Read the entire contents of a file into a string.