pub fn read_library(path: &str) -> Result<String, Error>
The filesystem loader: the file at the path, relative to the working directory.
Fails if the file cannot be read.