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

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

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

neothXT/CodableOptionSet

0
View on GitHub↗
5 स्टार्स·0 फोर्क्स·Swift·Apache-2.0·1 व्यू

CodableOptionSet

CodableOptionSet allows you to easily make your OptionSets conform to Codable and automatically cover init(from decoder: Decoder) and encode(to encoder: Encoder) for you. All you need to do is to add @EasilyCodableOptionSet to your OptionSet.

Features

  • Model and Data Macros - Adds Codable conformance to OptionSet types.

स्टार हिस्ट्री

neothxt/codableoptionset के लिए स्टार हिस्ट्री चार्टneothxt/codableoptionset के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

CodableOptionSet के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो CodableOptionSet के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • dziobaczy/swiftbuildermacrodziobaczy का अवतार

    dziobaczy/SwiftBuilderMacro

    44GitHub पर देखें↗

    While macros are still very fresh inspired by work done by Doug Gregor here this repo aims to help get familliar with the macros by exploring their capabilities.

    Swift
    GitHub पर देखें↗44
  • eneskaraosman/loremswiftifyEnesKaraosman का अवतार

    EnesKaraosman/LoremSwiftify

    19GitHub पर देखें↗

    A Swift macro that generates realistic mock/fake data for structs, classes, and enums — perfect for SwiftUI previews and snapshot tests.

    Swift
    GitHub पर देखें↗19
  • leedh2004/sealedmacroleedh2004 का अवतार

    leedh2004/SealedMacro

    19GitHub पर देखें↗

    ✨ Swift Macro, Parsing Sealed Class JSON Model. (ex. kotlin server's sealed class json)

    Swift
    GitHub पर देखें↗19
  • alschmut/structbuildermacroalschmut का अवतार

    alschmut/StructBuilderMacro

    22GitHub पर देखें↗

    @Buildable is an attached swift macro for structs, classes and enums, which produces a peer struct implementing the builder pattern. Initialise your object with minimal effort using default values. ```swift import Buildable

    Swift
    GitHub पर देखें↗22
CodableOptionSet के सभी 16 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

neothxt/codableoptionset क्या करता है?

CodableOptionSet allows you to easily make your OptionSets conform to Codable and automatically cover init(from decoder: Decoder) and encode(to encoder: Encoder) for you. All you need to do is to add @EasilyCodableOptionSet to your OptionSet.

neothxt/codableoptionset की मुख्य विशेषताएं क्या हैं?

neothxt/codableoptionset की मुख्य विशेषताएं हैं: Model and Data Macros।

neothxt/codableoptionset के कुछ ओपन-सोर्स विकल्प क्या हैं?

neothxt/codableoptionset के ओपन-सोर्स विकल्पों में शामिल हैं: dziobaczy/swiftbuildermacro — While macros are still very fresh inspired by work done by Doug Gregor here this repo aims to help get familliar with… eneskaraosman/loremswiftify — A Swift macro that generates realistic mock/fake data for structs, classes, and enums — perfect for SwiftUI previews… leedh2004/sealedmacro — ✨ Swift Macro, Parsing Sealed Class JSON Model. (ex. kotlin server's sealed class json). malien/staticarray — A macro for emulating C-like static arrays in the swift language. mikhailmaslo/macro-codable-kit — MacroCodableKit enhances your Codable experience in Swift, leveraging macros to generate precise and efficient code… alschmut/structbuildermacro — @Buildable is an attached swift macro for structs, classes and enums, which produces a peer struct implementing the…