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

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

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

neothXT/ListableProperties

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

ListableProperties

ListableProperties macro allows to list all the properties of a struct, class and other types by adding static getProperties() func to it. All you need to do is to add @ListableProperties to your model.

Features

  • Model and Data Macros - Adds static functions to list all properties in a model.

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

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

AI सर्च

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

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

Start searching with AI

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

समान ओपन-सोर्स प्रोजेक्ट्स, जो ListableProperties के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • 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
ListableProperties के सभी 16 विकल्प देखें→

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

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

ListableProperties macro allows to list all the properties of a struct, class and other types by adding static getProperties() func to it. All you need to do is to add @ListableProperties to your model.

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

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

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

neothxt/listableproperties के ओपन-सोर्स विकल्पों में शामिल हैं: 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…