#service #communication #report #generator #terdoc

terdoc-types

Data types for communication with the terdoc service

2 releases

0.1.1 Aug 28, 2024
0.1.0 Aug 23, 2024

#980 in Template engine

Download history 3/week @ 2025-09-23 4/week @ 2025-10-21 1/week @ 2025-10-28

68 downloads per month
Used in 2 crates

MIT/Apache

20KB
527 lines

Crate providing the data types used to communicate with the terdoc service.


terdoc

A service for generating reports.

Setup

Install dependencies.

Fedora:

dnf install pandoc texlive-scheme-full libreoffice

Run the example

Start the terdoc service:

docker compose -f examples/docker-compose.yml up -d

Once terdoc successfully started, you can submit render tasks:

bash examples/run.sh

All tasks are submitted without waiting for a result. The order of execution is therefore not deterministic.

Dependencies

~1.4–2.6MB
~51K SLoC