Form Validation in Rust (Actix-Web)

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • InfluxDB - Access the most powerful time series database as a service
  • SonarLint - Clean code begins in your IDE with SonarLint
  • SaaSHub - Software Alternatives and Reviews
  • validator

    Simple validation for Rust structs (by Keats)

    Validator : Macros 1.1 custom derive to simplify struct validation inspired by marshmallow and Django validators

  • lazy-static.rs

    A small macro for defining lazy evaluated static variables in Rust.

    lazy_static : A macro for declaring lazily evaluated statics in Rust.

  • InfluxDB

    Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.

  • regex

    An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.

    regex : An implementation of regular expressions for Rust.

  • serde

    Serialization framework for Rust

    You can read more here

  • actix-form-validation

    Form Validation in Actix Web using validator crate.

    './src/main.rs

  • actix-web

    Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust.

    Actix-Web : A powerful, pragmatic, and extremely fast web framework for Rust

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts