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

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

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

Rust Configuration Libraries

تم تحديث الترتيب في 13 يوليو 2026

For a library for managing configuration in Rust, the strongest matches are facebookresearch/hydra (This is a Python-based configuration framework designed for complex), gruntwork-io/terragrunt (This is an infrastructure-as-code orchestrator for Terraform rather than) and apple/pkl (This is a configuration-as-code language and generator rather than). dhall-lang/dhall-lang and jdx/mise round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

نحن نختار بعناية مستودعات GitHub مفتوحة المصدر التي تطابق “best rust configuration libraries”. النتائج مرتبة حسب صلتها ببحثك — استخدم الفلاتر أدناه للتضييق، أو قم بتحسين البحث باستخدام الذكاء الاصطناعي.

Rust Configuration Libraries

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

    facebookresearch/hydra

    10,449عرض على GitHub↗

    Hydra is a hierarchical configuration framework and type-safe configuration manager. It is designed to manage complex application settings through composable configuration files and command-line overrides, ensuring that configuration values match expected data types during instantiation. The framework functions as a dynamic object instantiator that creates class instances directly from hierarchical configuration values and nested objects. It also operates as a hyperparameter sweep orchestrator and cluster job launcher, enabling the execution of multiple application runs across parameter range

    This is a Python-based configuration framework designed for complex application settings and hyperparameter orchestration, rather than a Rust-native library for managing configuration files.

    PythonType-Safe ConfigurationsHierarchical Configuration SystemsType-Safe Configuration Managers
    عرض على GitHub↗10,449
  • gruntwork-io/terragruntالصورة الرمزية لـ gruntwork-io

    gruntwork-io/terragrunt

    9,317عرض على GitHub↗

    Terragrunt is an infrastructure as code orchestrator and a thin wrapper for Terraform. It serves as a configuration manager designed to reduce code duplication and manage the execution and deployment order of infrastructure across complex cloud architectures. The tool facilitates scaling cloud deployments across multiple environments, such as development, staging, and production, while keeping configurations consistent. It focuses on organizing large-scale deployments into manageable components to avoid monolithic state files and limit the blast radius of changes. Its capabilities cover infr

    This is an infrastructure-as-code orchestrator for Terraform rather than a general-purpose Rust library for parsing and managing application configuration files.

    GoConfiguration Inheritance
    عرض على GitHub↗9,317
  • apple/pklالصورة الرمزية لـ apple

    apple/pkl

    11,429عرض على GitHub↗

    Pkl is a configuration-as-code language used to define, validate, and generate structured configuration files. It functions as a type-safe configuration generator that enforces data integrity through a strongly-typed schema, ensuring configuration values meet defined constraints and types during evaluation. The project distinguishes itself by acting as both a configuration file generator and a binding generator. It transforms high-level programmable definitions into static formats such as JSON, YAML, or XML, and produces language-specific source code to synchronize settings and provide type s

    This is a configuration-as-code language and generator rather than a native Rust library for loading and managing configuration files within an application.

    JavaType-Safe Configurations
    عرض على GitHub↗11,429
  • dhall-lang/dhall-langالصورة الرمزية لـ dhall-lang

    dhall-lang/dhall-lang

    4,458عرض على GitHub↗

    Dhall is a type-safe configuration language designed to create programmable configuration files that are guaranteed to terminate. It is a non-Turing-complete language that uses a strict type system to ensure correctness and prevent infinite loops during evaluation. The project functions as a deterministic configuration engine and marshalling tool, converting programmable expressions into static formats such as JSON, YAML, and Bash. It distinguishes itself through a focus on security and integrity, using semantic hashing to pin remote imports and enforcing origin policies to prevent data exfil

    Dhall is a programmable configuration language and engine rather than a native Rust library for loading and parsing standard configuration files, serving as a specialized tool you would integrate into an application rather than a direct configuration management library.

    DhallType-Safe Configurations
    عرض على GitHub↗4,458
  • jdx/miseالصورة الرمزية لـ jdx

    jdx/mise

    29,929عرض على GitHub↗

    Mise is a development environment orchestrator that manages software runtimes, environment variables, and task execution. It functions as a version manager and task runner, providing a unified interface to synchronize project-specific configurations and dependencies across different machines. By automating the installation and switching of tools, it ensures that development environments remain consistent and reproducible. The project distinguishes itself through a hierarchical configuration system that automatically discovers settings by traversing the directory tree. It uses shim-based comma

    Mise is a development environment orchestrator and task runner rather than a library for developers to integrate configuration parsing and type-safe loading into their own Rust applications.

    RustEnvironment Variable Management
    عرض على GitHub↗29,929

Related searches

  • a python library for managing application configuration
  • a configuration library for C# applications
  • a library for managing Java application configuration
  • a library for building Rust CLI applications
  • مكتبة لتحميل الإعدادات في تطبيقات Go
  • a library for parsing YAML in Rust
  • a logging library for Rust applications
  • a data validation library for Rust