awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Ryu0118 avatar

Ryu0118/CodingKeysMacro

0
View on GitHub↗
73 stars·5 forks·Swift·MIT·1 vue

CodingKeysMacro

Swift Macro that automatically generates CodingKeys for converting snake_case to lowerCamelCase.

Features

  • Model and Data Macros - Generates CodingKeys for snakecase to camelcase conversion.

Historique des stars

Graphique de l'historique des stars pour ryu0118/codingkeysmacroGraphique de l'historique des stars pour ryu0118/codingkeysmacro

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à CodingKeysMacro

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec CodingKeysMacro.
  • dziobaczy/swiftbuildermacroAvatar de dziobaczy

    dziobaczy/SwiftBuilderMacro

    44Voir sur 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
    Voir sur GitHub↗44
  • eneskaraosman/loremswiftifyAvatar de EnesKaraosman

    EnesKaraosman/LoremSwiftify

    19Voir sur GitHub↗

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

    Swift
    Voir sur GitHub↗19
  • leedh2004/sealedmacroAvatar de leedh2004

    leedh2004/SealedMacro

    19Voir sur GitHub↗

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

    Swift
    Voir sur GitHub↗19
  • alschmut/structbuildermacroAvatar de alschmut

    alschmut/StructBuilderMacro

    22Voir sur 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
    Voir sur GitHub↗22
Voir les 16 alternatives à CodingKeysMacro→

Questions fréquentes

Que fait ryu0118/codingkeysmacro ?

Swift Macro that automatically generates CodingKeys for converting snake_case to lowerCamelCase.

Quelles sont les fonctionnalités principales de ryu0118/codingkeysmacro ?

Les fonctionnalités principales de ryu0118/codingkeysmacro sont : Model and Data Macros.

Quelles sont les alternatives open-source à ryu0118/codingkeysmacro ?

Les alternatives open-source à ryu0118/codingkeysmacro incluent : 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…