You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
306 B
7 lines
306 B
# Formulate
|
|
|
|
A rust implementation of a backend server that listens for form data.
|
|
|
|
The `formulate` binary will send an email (using built-in sendmail functionality) after successfully receiving form data.
|
|
|
|
It also responds with a message with appropriate HTTP status codes to indicate success or failure.
|
|
|