Crate pandoc [] [src]

API that wraps the pandoc command line tool

Reexports

pub use DocumentClass::*;

Structs

Pandoc

the argument builder

Enums

DocumentClass

equivalent to the latex document class

InputFormat

typesafe access to -f FORMAT, -r FORMAT, --from=FORMAT, --read=FORMAT

MarkdownExtensions
OutputFormat

typesafe access to -t FORMAT, -w FORMAT, --to=FORMAT, --write=FORMAT

PandocError

Possible errors that can occur before or during pandoc execution

Functions

new

does nothing useful, simply gives you a builder object convenience function so you can call pandoc::new()