pub fn parse_input<R: Read>(reader: R) -> Result<(PreprocessorContext, Book)>Expand description
Parses the input given to a preprocessor.
pub fn parse_input<R: Read>(reader: R) -> Result<(PreprocessorContext, Book)>Parses the input given to a preprocessor.