https://github.com/kellpossible/form-validation
A Rust library for validating forms, and allowing validation logic to be shared.
https://github.com/kellpossible/form-validation
Last synced: about 1 year ago
JSON representation
A Rust library for validating forms, and allowing validation logic to be shared.
- Host: GitHub
- URL: https://github.com/kellpossible/form-validation
- Owner: kellpossible
- License: mit
- Created: 2020-07-18T18:31:54.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-11T15:25:00.000Z (almost 6 years ago)
- Last Synced: 2025-03-26T23:03:43.576Z (about 1 year ago)
- Language: Rust
- Size: 43 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# form-validation [](https://crates.io/crates/form-validation) [](https://docs.rs/form-validation/) [](https://github.com/kellpossible/form-validation/blob/master/LICENSE.txt) [](https://github.com/kellpossible/form-validation/actions?query=workflow%3ARust)
A Rust library for validating forms, and allowing validation logic to be shared.
[Changelog](https://github.com/kellpossible/form-validation/releases)
## Optional Features
+ `"stdweb-support"` - enable support for [stdweb](https://crates.io/crates/stdweb) on the `wasm32-unknown-unknown` platform.
+ `"wasm-bindgen-support"` - enable for [wasm-bindgen](https://crates.io/crates/wasm-bindgen) on the `wasm32-unknown-unknown` platform.
+ `"async"` - enable an asynchronous version of this API, and conversion traits from synchronous to asynchronous.