rusdox 1.0.0

Generate DOCX and PDF from YAML at Rust speed.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
version: 1
output_name: hello-world
blocks:
  - type: paragraph
    spec:
      runs:
        - text: "Hello "
          bold: true
        - text: from RusDox
          italic: true
          color: C1121F
  - type: body
    text: This file was generated with one command.