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

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

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

sasha-riabchuk/CodingKeysMacro-swift

0
View on GitHub↗
14 نجوم·2 تفرعات·Swift·1 مشاهدة

CodingKeysMacro Swift

CodingKeysMacro-swift is an incredibly powerful Swift Compiler Plugin that introduces an automated way to generate CodingKeys for Codable structs in Swift. This eliminates the need for manually declaring CodingKeys enumeration for every Codable struct, saving you valuable time and reducing the…

Features

  • Model and Data Macros - Automates CodingKeys creation with custom string mapping support.

سجل النجوم

مخطط تاريخ النجوم لـ sasha-riabchuk/codingkeysmacro-swiftمخطط تاريخ النجوم لـ sasha-riabchuk/codingkeysmacro-swift

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ CodingKeysMacro Swift

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع CodingKeysMacro Swift.
  • dziobaczy/swiftbuildermacroالصورة الرمزية لـ dziobaczy

    dziobaczy/SwiftBuilderMacro

    44عرض على GitHub↗

    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/loremswiftifyالصورة الرمزية لـ EnesKaraosman

    EnesKaraosman/LoremSwiftify

    19عرض على GitHub↗

    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/sealedmacroالصورة الرمزية لـ leedh2004

    leedh2004/SealedMacro

    19عرض على GitHub↗

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

    Swift
    عرض على GitHub↗19
  • alschmut/structbuildermacroالصورة الرمزية لـ alschmut

    alschmut/StructBuilderMacro

    22عرض على GitHub↗

    @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
عرض جميع البدائل الـ 16 لـ CodingKeysMacro Swift→

الأسئلة الشائعة

ما هي وظيفة sasha-riabchuk/codingkeysmacro-swift؟

CodingKeysMacro-swift is an incredibly powerful Swift Compiler Plugin that introduces an automated way to generate CodingKeys for Codable structs in Swift. This eliminates the need for manually declaring CodingKeys enumeration for every Codable struct, saving you valuable time and reducing the…

ما هي الميزات الرئيسية لـ sasha-riabchuk/codingkeysmacro-swift؟

الميزات الرئيسية لـ sasha-riabchuk/codingkeysmacro-swift هي: Model and Data Macros.

ما هي البدائل مفتوحة المصدر لـ sasha-riabchuk/codingkeysmacro-swift؟

تشمل البدائل مفتوحة المصدر لـ sasha-riabchuk/codingkeysmacro-swift: 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…