Crates.io | latexcompile |
lib.rs | latexcompile |
version | 0.1.0 |
source | src |
created_at | 2019-01-27 00:25:02.763041 |
updated_at | 2019-01-27 00:25:02.763041 |
description | The is a small wrapper around pdflatex oder some other command. |
homepage | |
repository | https://github.com/santifa/latexcompile.git |
max_upload_size | |
id | 110831 |
size | 53,563 |
Latexcompile is a small rust library which utilizes some latex compiler in a clean temp enviroment. It provides basic templating features and accepts files and binary streams.
The service should be used to integrate pdf generation facilities into other programs. For example, some web program can use this service to generate pdfs on-the-fly.
##a##
gets replaced at runtime by an some provided value.The library should have an easy interface. The workflow of the library should be the following:
The workflow of the rest service should be:
7.11.18 Design document, take over of old code 8.11.18 Completed the first library design 27.01.19 Publish lib