awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Ryu0118 avatar

Ryu0118/CodingKeysMacro

0
View on GitHub↗
73 estrellas·5 forks·Swift·MIT·1 vista

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.

Historial de estrellas

Gráfico del historial de estrellas de ryu0118/codingkeysmacroGráfico del historial de estrellas de ryu0118/codingkeysmacro

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a CodingKeysMacro

Proyectos open-source similares, clasificados según cuántas características comparten con CodingKeysMacro.
  • dziobaczy/swiftbuildermacroAvatar de dziobaczy

    dziobaczy/SwiftBuilderMacro

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

    EnesKaraosman/LoremSwiftify

    19Ver en GitHub↗

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

    Swift
    Ver en GitHub↗19
  • leedh2004/sealedmacroAvatar de leedh2004

    leedh2004/SealedMacro

    19Ver en GitHub↗

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

    Swift
    Ver en GitHub↗19
  • alschmut/structbuildermacroAvatar de alschmut

    alschmut/StructBuilderMacro

    22Ver en 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
    Ver en GitHub↗22
Ver las 16 alternativas a CodingKeysMacro→

Preguntas frecuentes

¿Qué hace ryu0118/codingkeysmacro?

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

¿Cuáles son las características principales de ryu0118/codingkeysmacro?

Las características principales de ryu0118/codingkeysmacro son: Model and Data Macros.

¿Qué alternativas de código abierto existen para ryu0118/codingkeysmacro?

Las alternativas de código abierto para ryu0118/codingkeysmacro incluyen: 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…