awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to alschmut/structbuildermacro

Open-source alternatives to StructBuilderMacro

16 open-source projects similar to alschmut/structbuildermacro, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best StructBuilderMacro alternative.

  • dziobaczy/swiftbuildermacrodziobaczy 的头像

    dziobaczy/SwiftBuilderMacro

    44在 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
    在 GitHub 上查看↗44
  • eneskaraosman/loremswiftifyEnesKaraosman 的头像

    EnesKaraosman/LoremSwiftify

    19在 GitHub 上查看↗

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

    Swift
    在 GitHub 上查看↗19
  • leedh2004/sealedmacroleedh2004 的头像

    leedh2004/SealedMacro

    19在 GitHub 上查看↗

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

    Swift
    在 GitHub 上查看↗19
  • malien/staticarraymalien 的头像

    malien/StaticArray

    8在 GitHub 上查看↗

    A macro for emulating C-like static arrays in the swift language

    Swift
    在 GitHub 上查看↗8
  • mikhailmaslo/macro-codable-kitmikhailmaslo 的头像

    mikhailmaslo/macro-codable-kit

    41在 GitHub 上查看↗

    MacroCodableKit enhances your Codable experience in Swift, leveraging macros to generate precise and efficient code with zero additional memory allocations, thanks to the usage of pure (static) functions. It's a comprehensive solution providing support for AllOf, OneOf, and customizable…

    Swift
    在 GitHub 上查看↗41

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • mr-alirezaa/buildablemacroMr-Alirezaa 的头像

    Mr-Alirezaa/BuildableMacro

    29在 GitHub 上查看↗

    BuildableMacro is a Swift package inspired by Apple's SwiftUI and Observation frameworks, simplifying property modification in Swift through automated fluent setter function generation.

    Swift
    在 GitHub 上查看↗29
  • neothxt/codableoptionsetneothXT 的头像

    neothXT/CodableOptionSet

    5在 GitHub 上查看↗

    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.

    Swift
    在 GitHub 上查看↗5
  • neothxt/listablepropertiesneothXT 的头像

    neothXT/ListableProperties

    2在 GitHub 上查看↗

    ListableProperties macro allows to list all the properties of a struct, class and other types by adding static getProperties() func to it. All you need to do is to add @ListableProperties to your model.

    Swift
    在 GitHub 上查看↗2
  • pitt500/swiftandtipsmacrospitt500 的头像

    pitt500/SwiftAndTipsMacros

    110在 GitHub 上查看↗

    This repository contains a list of Swift Macros to make your coding live on Apple ecosystem simpler and more productive.

    Swift
    在 GitHub 上查看↗110
  • ryu0118/codingkeysmacroRyu0118 的头像

    Ryu0118/CodingKeysMacro

    73在 GitHub 上查看↗

    Swift Macro that automatically generates CodingKeys for converting snake_case to lowerCamelCase.

    Swift
    在 GitHub 上查看↗73
  • sasha-riabchuk/codingkeysmacro-swiftsasha-riabchuk 的头像

    sasha-riabchuk/CodingKeysMacro-swift

    14在 GitHub 上查看↗

    CodingKeysMacro-swift is an incredibly powerful Swift Compiler Plugin that introduces an automated way to generate CodingKeys for Codable structs in Swift. This eliminates the need for manually declaring CodingKeys enumeration for every Codable struct, saving you valuable time and reducing the…

    Swift
    在 GitHub 上查看↗14
  • swiftylab/metacodableSwiftyLab 的头像

    SwiftyLab/MetaCodable

    777在 GitHub 上查看↗

    Supercharge Swift's Codable implementations with macros.

    Swift
    在 GitHub 上查看↗777
  • tgeisse/userdefaultsobservationtgeisse 的头像

    tgeisse/UserDefaultsObservation

    31在 GitHub 上查看↗

    Combining UserDefaults with Observation, giving you the ability to easily create Observable UserDefaults-backed classes.

    Swift
    在 GitHub 上查看↗31
  • ugommirikwe/swiftcopyablemacrougommirikwe 的头像

    ugommirikwe/SwiftCopyableMacro

    5在 GitHub 上查看↗

    SwiftCopyableMacro is a very simple Swift macro library that auto-generates a copy() function for structs at compile time, which takes all the public properties of the struct as arguments in the function, enabling a runtime ability to elegantly duplicate an instance of the struct and setting new…

    Swift
    在 GitHub 上查看↗5
  • unixzii/enhancedmirrorunixzii 的头像

    unixzii/EnhancedMirror

    50在 GitHub 上查看↗

    An experimental Mirror alternative that utilizes Swift Macros for static reflection.

    Swift
    在 GitHub 上查看↗50
  • zijievv/codingkeysgeneratorzijievv 的头像

    zijievv/CodingKeysGenerator

    34在 GitHub 上查看↗

    Swift macros generating customizable CodingKeys

    Swift
    在 GitHub 上查看↗34