added a lib

This commit is contained in:
2025-12-08 20:41:35 +01:00
parent 4e596d0699
commit 0c0de262df
3 changed files with 78 additions and 66 deletions
+4
View File
@@ -29,3 +29,7 @@ See [config.toml](./config.toml) for an example.
* `answer_type`: Type of input (`text`, `number`, `email`, `password`, `url`, `tel`, `textarea`).
* `html_before` (optional): HTML snippet rendered before the field.
* `html_after` (optional): HTML snippet rendered after the field.
## Lib
This crate also provides a library so you can run the form server alongside another app.