form-validation

Crates.ioform-validation
lib.rsform-validation
version0.3.1
sourcesrc
created_at2020-07-20 08:59:40.749111
updated_at2020-08-11 15:24:42.510935
descriptionA library for validating forms, and allowing validation logic to be shared.
homepage
repositoryhttps://github.com/kellpossible/form-validation
max_upload_size
id267156
size33,692
Luke Frisken (kellpossible)

documentation

README

form-validation crates.io badge docs.rs badge license badge github action badge

A Rust library for validating forms, and allowing validation logic to be shared.

Changelog

Optional Features

  • "stdweb-support" - enable support for stdweb on the wasm32-unknown-unknown platform.
  • "wasm-bindgen-support" - enable for wasm-bindgen on the wasm32-unknown-unknown platform.
  • "async" - enable an asynchronous version of this API, and conversion traits from synchronous to asynchronous.
Commit count: 32

cargo fmt