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
·
neothXT avatar

neothXT/CodableOptionSet

0
View on GitHub↗
5 estrellas·0 forks·Swift·Apache-2.0·2 vistas

CodableOptionSet

CodableOptionSet allows you to easily make your OptionSets conform to Codable and automatically cover init(from decoder: Decoder) and encode(to encoder: Encoder) for you. All you need to do is to add @EasilyCodableOptionSet to your OptionSet.

Features

  • Model and Data Macros - Adds Codable conformance to OptionSet types.

Historial de estrellas

Gráfico del historial de estrellas de neothxt/codableoptionsetGráfico del historial de estrellas de neothxt/codableoptionset

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

Preguntas frecuentes

¿Qué hace neothxt/codableoptionset?

CodableOptionSet allows you to easily make your OptionSets conform to Codable and automatically cover init(from decoder: Decoder) and encode(to encoder: Encoder) for you. All you need to do is to add @EasilyCodableOptionSet to your OptionSet.

¿Cuáles son las características principales de neothxt/codableoptionset?

Las características principales de neothxt/codableoptionset son: Model and Data Macros.

¿Qué alternativas de código abierto existen para neothxt/codableoptionset?

Las alternativas de código abierto para neothxt/codableoptionset 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…

Alternativas open-source a CodableOptionSet

Proyectos open-source similares, clasificados según cuántas características comparten con CodableOptionSet.
  • 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 CodableOptionSet→