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

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

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

1 个仓库

Awesome GitHub RepositoriesInput Constraints

Logic to enforce specific boundaries and formats on input data such as range and length checks.

Distinct from Input Validation: Distinct from Input Validation: focuses on the specific constraint rules (regex, length) rather than the general validation process or UI feedback.

Explore 1 awesome GitHub repository matching user interface & experience · Input Constraints. Refine with filters or upvote what's useful.

Awesome Input Constraints GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • async-graphql/async-graphqlasync-graphql 的头像

    async-graphql/async-graphql

    3,671在 GitHub 上查看↗

    async-graphql is a type-safe framework for building specification-compliant GraphQL servers in Rust. It uses procedural macros to automatically generate schemas from native language structures, ensuring consistency between the data model and the API specification. The project provides native support for Apollo Federation v2, allowing entities and fields to be shared and resolved across multiple distributed subgraphs. It also implements real-time data streaming via WebSocket subscriptions and asynchronous event streams. The framework includes a wide array of capabilities for schema design, su

    Implements constraints on input fields using numeric ranges, string lengths, and regular expressions.

    Rust
    在 GitHub 上查看↗3,671
  1. Home
  2. User Interface & Experience
  3. Numeric Inputs
  4. Input Validation
  5. Input Constraints