plaster-forms 0.1.3

A form handler for front-end web applications.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "plaster-forms"
version = "0.1.3"
authors = ["Carlos Diaz-Padron <carlosdiazpadron@gmail.com>"]
repository = "https://github.com/carlosdp/plaster"
homepage = "https://github.com/carlosdp/plaster"
documentation = "https://docs.rs/plaster-forms/"
license = "MIT/Apache-2.0"
readme = "README.md"
keywords = ["web", "wasm", "javascript", "forms"]
categories = ["gui", "web-programming"]
description = "A form handler for front-end web applications."
edition = "2018"

[dependencies]
plaster = "0.1"
log = "0.4"