awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 रिपॉजिटरी

Awesome GitHub RepositoriesTOML Serializers

Utilities for converting data structures into TOML-formatted strings.

Distinct from Data Serialization Formats: Distinct from general serialization formats: focuses specifically on TOML output for configuration templates.

Explore 4 awesome GitHub repositories matching data & databases · TOML Serializers. Refine with filters or upvote what's useful.

Awesome TOML Serializers GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • twpayne/chezmoitwpayne का अवतार

    twpayne/chezmoi

    18,075GitHub पर देखें↗

    chezmoi is a command-line utility designed to manage and synchronize system configuration files across multiple machines. It uses a local Git repository as the single source of truth, allowing users to track, version, and distribute dotfiles while maintaining a consistent state across diverse operating systems and hardware architectures. The project distinguishes itself through a declarative reconciliation model that computes the difference between the current filesystem and the desired state defined in the repository. It features a robust templating engine that processes configuration files

    Converts data structures into TOML strings for use within configuration templates.

    Goconfigurationdotfiledotfile-management
    GitHub पर देखें↗18,075
  • burntsushi/tomlBurntSushi का अवतार

    BurntSushi/toml

    4,904GitHub पर देखें↗

    This is a TOML parser and serializer for the Go language. It serves as a data serialization library and configuration file mapper that encodes and decodes data between Go structures and the TOML configuration format. The library provides interfaces for custom type marshaling, allowing for specialized logic when parsing or serializing specific data types. It transforms structured objects into deterministic TOML documents for storage or transmission. The project covers a broad range of data processing capabilities, including structured value encoding, TOML data generation, and metadata inspect

    Encodes structured Go data objects into the TOML text format for storage or transmission.

    Go
    GitHub पर देखें↗4,904
  • terraform-docs/terraform-docsterraform-docs का अवतार

    terraform-docs/terraform-docs

    4,791GitHub पर देखें↗

    terraform-docs is a Terraform module documentation generator and infrastructure as code documenter. It extracts inputs, outputs, and resources from Terraform configuration files to automatically create formatted technical guides and metadata exports. The tool functions as a multi-format metadata exporter, transforming module information into Markdown tables, AsciiDoc, JSON, YAML, XML, and TOML. It also serves as a CI/CD documentation automator, allowing for the integration of documentation updates into commit hooks and deployment pipelines. Capability areas include module documentation extra

    Converts extracted module data into TOML-formatted catalogs containing types and descriptions.

    Godocumentationgeneratorgolang
    GitHub पर देखें↗4,791
  • msgspec/msgspecmsgspec का अवतार

    msgspec/msgspec

    3,821GitHub पर देखें↗

    msgspec is a high-performance data modeling, serialization, and schema validation toolkit for Python. It serves as a type-safe serialization framework that integrates schema enforcement and data parsing into a single pass, functioning as both a data serialization library and a schema validation system based on standard Python type annotations. The project distinguishes itself through high-performance structural primitives, including compilation-based routine generation and zero-copy buffer parsing. It optimizes memory usage via garbage collection-aware layouts and reduces processing overhead

    Converts Python objects into TOML format with support for transforming field names to kebab-case.

    Pythondeserializationjsonjson-schema
    GitHub पर देखें↗3,821
  1. Home
  2. Data & Databases
  3. Data Serialization Formats
  4. TOML Serializers