pub fn book_from_stdin() -> Result<(PreprocessorContext, Book)>Expand description
This uses serde_json::from_str whereas mdbook_preprocessor::parse_input uses
serde_json::from_reader, which could be slow.
pub fn book_from_stdin() -> Result<(PreprocessorContext, Book)>This uses serde_json::from_str whereas mdbook_preprocessor::parse_input uses
serde_json::from_reader, which could be slow.