awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
neothXT avatar

neothXT/CodableOptionSet

0
View on GitHub↗
5 Stars·0 Forks·Swift·Apache-2.0·1 Aufruf

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.

Star-Verlauf

Star-Verlauf für neothxt/codableoptionsetStar-Verlauf für neothxt/codableoptionset

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu CodableOptionSet

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit CodableOptionSet.
  • dziobaczy/swiftbuildermacroAvatar von dziobaczy

    dziobaczy/SwiftBuilderMacro

    44Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗44
  • eneskaraosman/loremswiftifyAvatar von EnesKaraosman

    EnesKaraosman/LoremSwiftify

    19Auf GitHub ansehen↗

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

    Swift
    Auf GitHub ansehen↗19
  • leedh2004/sealedmacroAvatar von leedh2004

    leedh2004/SealedMacro

    19Auf GitHub ansehen↗

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

    Swift
    Auf GitHub ansehen↗19
  • alschmut/structbuildermacroAvatar von alschmut

    alschmut/StructBuilderMacro

    22Auf GitHub ansehen↗

    @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
    Auf GitHub ansehen↗22
Alle 16 Alternativen zu CodableOptionSet anzeigen→

Häufig gestellte Fragen

Was macht 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.

Was sind die Hauptfunktionen von neothxt/codableoptionset?

Die Hauptfunktionen von neothxt/codableoptionset sind: Model and Data Macros.

Welche Open-Source-Alternativen gibt es zu neothxt/codableoptionset?

Open-Source-Alternativen zu neothxt/codableoptionset sind unter anderem: 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…