Skip to content

An example for parsing Google From .csv files into HTML in Rust

License

Notifications You must be signed in to change notification settings

thomaspttn/rustform

Repository files navigation

RustForm

License

Example code to turn Google Form results into an HTML page using Rust!

alt text

Parsing through the responses of a Google Form is annoying through their default interface and viewing the results in Google Sheets isn't much better. So I wrote this sample Rust program which takes an input data.csv and uses the askama crate to populate a predefined HTML template.

This probably would have been easier in Python, but I was looking for an excuse to use Rust!!

About

An example for parsing Google From .csv files into HTML in Rust

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published