Simple contact form to RSVP to a wedding. Written in Rust and powered by Rocket.rs.
Go to file
Dennis Potter ba68a745e7
First commit of wedding-rsvp-rs
This commit includes a fully functional template and Rust backend. The
website is able to send e-mails, displays strings in multiple languages,
include attachments, and has basic protection again spam (IP based).
2019-08-31 13:29:30 +02:00
src First commit of wedding-rsvp-rs 2019-08-31 13:29:30 +02:00
templates First commit of wedding-rsvp-rs 2019-08-31 13:29:30 +02:00
.gitignore First commit of wedding-rsvp-rs 2019-08-31 13:29:30 +02:00
Cargo.toml First commit of wedding-rsvp-rs 2019-08-31 13:29:30 +02:00
LICENSE Initial commit 2019-08-31 12:22:52 +02:00
README.md Initial commit 2019-08-31 12:22:52 +02:00
Rocket.toml First commit of wedding-rsvp-rs 2019-08-31 13:29:30 +02:00
config.hjson.example First commit of wedding-rsvp-rs 2019-08-31 13:29:30 +02:00

README.md

wedding-rsvp-rs

Simple contact form to RSVP to a wedding. Written in Rust and powered by Rocket.rs.