Poetry book builder

My mom during her spare time writes some poems and I wanted to collect them in a nicely formatted book. In the meantime I really wanted to learn rust, an amazing systems programming language with no garbage collector that ensures memory safety and data-race freedom.

Therefore, I created poetry-book, a rust library that allows to create a poetry book in latex, starting from plain text and poetry-book-cli, which is a command line interface frontend. Examples repository contains some example latex books aumatically generated via github actions continuous integration.