Bulktypst
- 1 Devlogs
- 3 Total hours
A simple CLI that renders a Typst template in bulk from data in a CSV file.
A simple CLI that renders a Typst template in bulk from data in a CSV file.
This isn’t anything great, but I recently had to make a lot of documents with many first and last names and a bunch of other data, so I thought that this was the perfect opportunity to learn a bit of Rust and make a real project. Bulktypst is a pretty small CLI with about ~100 lines of code (I expected it to be a lot bigger) but it manages to render Typst documents from dynamic CSV files pretty fast. I dont really like this project because it’s too small but since i want to switch from Golang to Rust i think it was a decent starting point.