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

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

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

neothXT/ListableProperties

0
View on GitHub↗
2 星标·0 分支·Swift·Apache-2.0·3 次浏览

ListableProperties

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.

Features

  • Model and Data Macros - Adds static functions to list all properties in a model.

Star 历史

neothxt/listableproperties 的 Star 历史图表neothxt/listableproperties 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

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

Start searching with AI

常见问题解答

neothxt/listableproperties 是做什么的?

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.

neothxt/listableproperties 的主要功能有哪些?

neothxt/listableproperties 的主要功能包括:Model and Data Macros。

neothxt/listableproperties 有哪些开源替代品?

neothxt/listableproperties 的开源替代品包括: 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…

ListableProperties 的开源替代方案

相似的开源项目,按与 ListableProperties 的功能重合度排序。
  • 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
  • alschmut/structbuildermacroalschmut 的头像

    alschmut/StructBuilderMacro

    22在 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
    在 GitHub 上查看↗22
查看 ListableProperties 的所有 16 个替代方案→