awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

Awesome GitHub RepositoriesIO Decoding and Encoding Type Systems

A library that validates and transforms external data into typed structures using composable codecs at runtime.

Distinct from Runtime Type Validation: Distinct from Runtime Type Validation: focuses on IO-specific decoding/encoding rather than general runtime type checking.

Explore 1 awesome GitHub repository matching programming languages & runtimes · IO Decoding and Encoding Type Systems. Refine with filters or upvote what's useful.

Awesome IO Decoding and Encoding Type Systems GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • gcanti/io-tsالصورة الرمزية لـ gcanti

    gcanti/io-ts

    6,813عرض على GitHub↗

    io-ts is a TypeScript runtime validation library that provides a composable codec system for decoding and encoding data at the boundaries of an application. It defines data schemas using structural types, where the shape of data determines its validity rather than nominal names, and produces runtime type guards from those definitions for efficient validation checks. The library is built around bidirectional codec mappings that combine decoding, encoding, and type checking into single reusable units. It supports a composable decoder pipeline where small validation steps can be chained together

    Validates and transforms external data into typed structures using composable codecs at runtime.

    TypeScriptinferenceruntimetypes
    عرض على GitHub↗6,813
  1. Home
  2. Programming Languages & Runtimes
  3. Runtime Type Validation
  4. IO Decoding and Encoding Type Systems