awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
sasha-riabchuk avatar

sasha-riabchuk/CodingKeysMacro-swift

0
View on GitHub↗
14 stele·2 fork-uri·Swift·4 vizualizări

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.

Istoric stele

Graficul istoricului de stele pentru sasha-riabchuk/codingkeysmacro-swiftGraficul istoricului de stele pentru sasha-riabchuk/codingkeysmacro-swift

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru CodingKeysMacro Swift

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu CodingKeysMacro Swift.
  • dziobaczy/swiftbuildermacroAvatar dziobaczy

    dziobaczy/SwiftBuilderMacro

    44Vezi pe 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
    Vezi pe GitHub↗44
  • eneskaraosman/loremswiftifyAvatar EnesKaraosman

    EnesKaraosman/LoremSwiftify

    19Vezi pe GitHub↗

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

    Swift
    Vezi pe GitHub↗19
  • leedh2004/sealedmacroAvatar leedh2004

    leedh2004/SealedMacro

    19Vezi pe GitHub↗

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

    Swift
    Vezi pe GitHub↗19
  • alschmut/structbuildermacroAvatar alschmut

    alschmut/StructBuilderMacro

    22Vezi pe 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
    Vezi pe GitHub↗22
Vezi toate cele 16 alternative pentru CodingKeysMacro Swift→

Întrebări frecvente

Ce face 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…

Care sunt principalele funcționalități ale sasha-riabchuk/codingkeysmacro-swift?

Principalele funcționalități ale sasha-riabchuk/codingkeysmacro-swift sunt: Model and Data Macros.

Care sunt câteva alternative open-source pentru sasha-riabchuk/codingkeysmacro-swift?

Alternativele open-source pentru sasha-riabchuk/codingkeysmacro-swift includ: 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…