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

neothXT/CodableOptionSet

0
View on GitHub↗
5 stars·0 forks·Swift·Apache-2.0·1 vue

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.

Historique des stars

Graphique de l'historique des stars pour neothxt/codableoptionsetGraphique de l'historique des stars pour neothxt/codableoptionset

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 à CodableOptionSet

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec CodableOptionSet.
  • 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 à CodableOptionSet→

Questions fréquentes

Que fait 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.

Quelles sont les fonctionnalités principales de neothxt/codableoptionset ?

Les fonctionnalités principales de neothxt/codableoptionset sont : Model and Data Macros.

Quelles sont les alternatives open-source à neothxt/codableoptionset ?

Les alternatives open-source à neothxt/codableoptionset 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…