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

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

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

7 مستودعات

Awesome GitHub RepositoriesAssociated Types

Output types declared within a trait to simplify function signatures.

Distinct from Generic Types: Distinct from Generic Types by focusing on the output type associated with a trait implementation rather than type parameters.

Explore 7 awesome GitHub repositories matching programming languages & runtimes · Associated Types. Refine with filters or upvote what's useful.

Awesome Associated Types GitHub Repositories

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

    rust-lang/rust-by-example

    8,026عرض على GitHub↗

    This project is an interactive programming education resource and tutorial designed for learning the Rust programming language and systems programming concepts. It provides a collection of runnable and editable code examples that serve as a practical reference for language syntax and implementation. The resource features an interactive code sandbox that allows users to execute and test code snippets in real time. It emphasizes the verification of technical accuracy by executing embedded code blocks during the build process to ensure all examples remain functional. The content covers a compre

    Demonstrates how to use associated types in traits to simplify API signatures.

    Handlebars
    عرض على GitHub↗8,026
  • rust-lang/rfcsالصورة الرمزية لـ rust-lang

    rust-lang/rfcs

    6,406عرض على GitHub↗

    The Rust RFCs repository is the formal home for the Rust language evolution process, housing the structured design documents and community review mechanisms that govern changes to the Rust programming language, its compiler, and its standard library. It defines the complete lifecycle for proposing, discussing, and implementing substantial changes through RFC documents, from initial submission and community feedback through final comment periods and sub-team sign-offs. The repository codifies the governance and collaboration processes that shape Rust's development, including mechanisms for com

    Defines the path syntax for accessing associated types, constants, and functions via type- or trait-qualified paths.

    Markdownrfcrfc-processrust
    عرض على GitHub↗6,406
  • querydsl/querydslالصورة الرمزية لـ querydsl

    querydsl/querydsl

    4,964عرض على GitHub↗

    Querydsl is a framework for the construction of type-safe queries. It uses a fluent API and annotation-based code generation to create mirror classes from domain models, enabling compile-time validation of database queries and removing the need for manual string concatenation. The project provides a unified query syntax that translates into specific dialects for multiple backends, including SQL, MongoDB, Lucene, and JDO. It supports advanced query capabilities such as common table expressions, window functions, geospatial operations, and complex nested subqueries. Beyond data retrieval, the

    Allows creating expression paths using proxied objects and getter methods when pre-compiled classes are unavailable.

    Java
    عرض على GitHub↗4,964
  • wangdoc/bash-tutorialالصورة الرمزية لـ wangdoc

    wangdoc/bash-tutorial

    4,354عرض على GitHub↗

    هذا المشروع عبارة عن مورد تعليمي شامل يتكون من برنامج تعليمي لبرمجة Bash، ومرجع للنصوص البرمجية، ودليل سطر أوامر Linux. يوفر مواد تعليمية لكتابة النصوص البرمجية، وأتمتة مهام النظام، وإتقان التنقل في الطرفية (terminal) وإدارة أنظمة Unix. تغطي الأدلة مجموعة واسعة من تخصيص بيئة shell، بما في ذلك تنسيق المطالبة (prompt) واستخدام الأسماء المستعارة (aliases). كما يوفر دليلاً لبيئة shell لإدارة ملفات التكوين وتهيئة بيئات المستخدم. تفصل المواد مجموعة واسعة من القدرات بما في ذلك منطق تدفق التحكم، وإدارة البيانات باستخدام المصفوفات المفهرسة والترابطية، ومعالجة النصوص. تشمل المجالات الأخرى المغطاة إدارة الملفات والموارد، ومطابقة الأنماط باستخدام التعبيرات النمطية (regex)، وأدوات المراقبة لتصحيح أخطاء النصوص والتحقق من صحة البنية. يشرح المورد أيضاً ميزات الطرفية التفاعلية مثل استرجاع سجل الأوامر، وإكمال الإدخال، واختصارات لوحة المفاتيح للتنقل في سطر الأوامر.

    Explains how the tilde character is used as a shortcut to resolve the current user's home directory path.

    Shell
    عرض على GitHub↗4,354
  • bleachbit/bleachbitالصورة الرمزية لـ bleachbit

    bleachbit/bleachbit

    4,377عرض على GitHub↗

    BleachBit is a system cleaning tool that frees disk space by removing accumulated cache, cookies, logs, temporary files, and other unnecessary data. It provides a preview of what will be deleted before any permanent changes are made, allowing safe review and adjustment of cleaning operations. The tool offers extensive control over what gets cleaned, including the ability to exclude specific files and folders, create custom cleaning rules for files not covered by built-in cleaners, and import over 2,400 community-maintained cleaning rules from winapp2.ini files. It supports secure data erasure

    Resolves the tilde character to the current user's home directory for file path references.

    Pythonantiforensicsbleachbitdisk-cleaner
    عرض على GitHub↗4,377
  • johnsundell/swifttipsالصورة الرمزية لـ JohnSundell

    JohnSundell/SwiftTips

    4,014عرض على GitHub↗

    SwiftTips is a curated collection of guides, libraries, and design patterns focused on Swift language mastery, application architecture, and API design. It provides a technical resource for implementing advanced coding techniques and architectural best practices. The project emphasizes creating type-safe and conversational interfaces through strategic protocol composition and generics. It offers specialized patterns for building modular UI systems and managing complex view hierarchies, alongside comprehensive strategies for unit testing and dependency injection. The resource covers a broad s

    Uses generic constraints on associated types to enforce specific requirements in protocols.

    عرض على GitHub↗4,014
  • rust-embedded/embedded-halالصورة الرمزية لـ rust-embedded

    rust-embedded/embedded-hal

    2,600عرض على GitHub↗

    Embedded-hal is a hardware abstraction layer for embedded microcontrollers that defines common traits allowing peripheral drivers to remain entirely independent of specific hardware platforms. The library provides platform-agnostic interfaces that decouple driver logic from microcontroller architectures, utilizing zero-cost trait abstractions that compile down to direct hardware register manipulations without runtime overhead or memory allocation. The project features asynchronous execution support and synchronous-to-asynchronous adaptation, enabling non-blocking peripheral operations and coo

    Uses associated types on interface traits to allow custom error definitions without memory allocation.

    Rust
    عرض على GitHub↗2,600
  1. Home
  2. Programming Languages & Runtimes
  3. Generic Types
  4. Associated Types

استكشف الوسوم الفرعية

  • Associated Type ConstraintsUse of constraints on associated types to enforce specific requirements in protocols. **Distinct from Associated Types:** Distinct from Associated Types: focuses specifically on the use of where clauses to constrain the types.
  • Associated Type RefinementAdding additional requirements to associated types to refine protocol-oriented APIs. **Distinct from Associated Types:** Distinct from Associated Types: focuses on the refinement of these types to create more flexible APIs.
  • Associated Type SafetyEnsuring associated types maintain specific relationships or conformance for type safety. **Distinct from Associated Types:** Distinct from Associated Types: focuses on the enforcement of safety relationships and protocol conformance.
  • Constraint BoundsRestricts an associated type with trait bounds or equality constraints using where clauses on generic functions. **Distinct from Associated Types:** Distinct from Associated Types: focuses on constraining associated types with bounds and equality constraints, not the declaration of associated types.
  • DefaultProviding fallback types for protocol associated types to reduce implementation boilerplate. **Distinct from Associated Types:** Specifically addresses the default value for the associated type, not the general concept of associated types.
  • Inherent Associated ItemsDefines associated types, constants, and lifetimes directly on a struct or enum without a trait. **Distinct from Associated Types:** Distinct from Associated Types: focuses on defining associated items in inherent impls (without a trait), not within trait definitions.
  • Input-Output DistinctionsMarks trait type parameters as inputs for impl selection and associated types as outputs determined by the impl. **Distinct from Associated Types:** Distinct from Associated Types: focuses on the role distinction between type parameters (inputs) and associated types (outputs) in trait resolution.
  • Path References2 وسوم فرعيةAccesses associated types, constants, and functions through type- or trait-qualified paths like T::Item. **Distinct from Associated Types:** Distinct from Associated Types: focuses on the path syntax for accessing associated items, not the declaration of associated types within traits.