Skip to main content

load_buffer

Function load_buffer 

Source
pub fn load_buffer(path: impl AsRef<Path>) -> Result<TextBuffer>
Expand description

Read a UTF-8 file into a TextBuffer.

The file is parsed as UTF-8.