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

SwiftyLab/MetaCodable

0
View on GitHub↗
777 Stars·43 Forks·Swift·MIT·1 Aufrufswiftpackageindex.com/SwiftyLab/MetaCodable/main/documentation/metacodable↗

MetaCodable

Supercharge Swift's Codable implementations with macros.

Features

  • Model and Data Macros - Advanced Codable implementation with custom keys, flattening, and defaults.

Star-Verlauf

Star-Verlauf für swiftylab/metacodableStar-Verlauf für swiftylab/metacodable

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 MetaCodable

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit MetaCodable.
  • 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 MetaCodable anzeigen→

Häufig gestellte Fragen

Was macht swiftylab/metacodable?

Supercharge Swift's Codable implementations with macros.

Was sind die Hauptfunktionen von swiftylab/metacodable?

Die Hauptfunktionen von swiftylab/metacodable sind: Model and Data Macros.

Welche Open-Source-Alternativen gibt es zu swiftylab/metacodable?

Open-Source-Alternativen zu swiftylab/metacodable 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…