Skip to main content

read_library

Function read_library 

Source
pub fn read_library(path: &str) -> Result<String>
Expand description

The filesystem loader: the file at the path, relative to the working directory.

ยงErrors

Fails if the file cannot be read.