awesome-repositories.com
Blog
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
·
neothXT avatar

neothXT/CodableOptionSet

0
View on GitHub↗
5 stele·0 fork-uri·Swift·Apache-2.0·1 vizualizare

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.

Istoric stele

Graficul istoricului de stele pentru neothxt/codableoptionsetGraficul istoricului de stele pentru neothxt/codableoptionset

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 CodableOptionSet

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu CodableOptionSet.
  • 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 CodableOptionSet→

Întrebări frecvente

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

Care sunt principalele funcționalități ale neothxt/codableoptionset?

Principalele funcționalități ale neothxt/codableoptionset sunt: Model and Data Macros.

Care sunt câteva alternative open-source pentru neothxt/codableoptionset?

Alternativele open-source pentru neothxt/codableoptionset 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…