Struct crowbook::OdtRenderer [] [src]

pub struct OdtRenderer<'a> { /* fields omitted */ }

Rendererer for ODT

Still very experimental.

Methods

impl<'a> OdtRenderer<'a>
[src]

Creates a new OdtRenderer

Renders a full book

This will try to generate an ODT file according to self.book options.

Returns

  • Ok(s) where s contains the output of the zip command used to create the ODT file.
  • An error if there was somel problem during either the rendering to ODT format, or the generation of the ODT file itself.