8000 GitHub - pzingg/form-validation: A Rust library for validating forms, and allowing validation logic to be shared.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

License

Notifications You must be signed in to change notification settings

pzingg/form-validation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 99.7%
  • Shell 0.3%
0