awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
evgeniums avatar

evgeniums/cpp-validator

0
View on GitHub↗
62 星标·4 分支·C++·BSL-1.0·1 次浏览

Cpp Validator

C++ header-only library for generic data validation.

Features

  • Data Validation - Validates data integrity and structure within applications.

Star 历史

evgeniums/cpp-validator 的 Star 历史图表evgeniums/cpp-validator 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Cpp Validator 的开源替代方案

相似的开源项目,按与 Cpp Validator 的功能重合度排序。
  • symfony/validatorsymfony 的头像

    symfony/validator

    2,689在 GitHub 上查看↗

    This library is a PHP framework for enforcing data integrity and business rules by validating scalar values and complex object structures against predefined constraints. It provides a structured approach to inspecting object graphs and property metadata, ensuring that data conforms to expected requirements before it is processed by an application. The framework distinguishes itself through a metadata-driven mapping system that uses reflection or configuration files to apply rules directly to object properties. It supports contextual rule orchestration, allowing developers to organize constrai

    PHPcomponentphpsymfony
    在 GitHub 上查看↗2,689
  • open-circle/valibotopen-circle 的头像

    open-circle/valibot

    8,769在 GitHub 上查看↗

    Valibot is a modular, type-safe schema library for validating and parsing structural data in TypeScript environments.

    TypeScriptbundle-sizemodularparsing
    在 GitHub 上查看↗8,769
  • aosasona/crossbarA

    aosasona/crossbar

    0在 GitHub 上查看↗

    ```gleam import gleam/io import crossbar.{int, maxvalue, minvalue, required, to_float, validate}

    在 GitHub 上查看↗0
  • athena-framework/validatorathena-framework 的头像

    athena-framework/validator

    7在 GitHub 上查看↗

    Object/value validation library

    Crystal
    在 GitHub 上查看↗7
查看 Cpp Validator 的所有 30 个替代方案→

常见问题解答

evgeniums/cpp-validator 是做什么的?

C++ header-only library for generic data validation.

evgeniums/cpp-validator 的主要功能有哪些?

evgeniums/cpp-validator 的主要功能包括:Data Validation。

evgeniums/cpp-validator 有哪些开源替代品?

evgeniums/cpp-validator 的开源替代品包括: symfony/validator — This library is a PHP framework for enforcing data integrity and business rules by validating scalar values and… open-circle/valibot — Valibot is a modular, type-safe schema library for validating and parsing structural data in TypeScript environments. aosasona/crossbar — ```gleam import gleam/io import crossbar.{int, maxvalue, minvalue, required, to_float, validate}. atinux/schema-inspector — Schema-Inspector is a powerful tool to sanitize and validate JS objects. It's designed to work both client-side and… bcoop713/skooma — Elixir data validation library. athena-framework/validator — Object/value validation library.