awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to malien/staticarray

Open-source alternatives to StaticArray

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

  • alschmut/structbuildermacroالصورة الرمزية لـ alschmut

    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
  • dziobaczy/swiftbuildermacroالصورة الرمزية لـ dziobaczy

    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/loremswiftifyالصورة الرمزية لـ EnesKaraosman

    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/sealedmacroالصورة الرمزية لـ leedh2004

    leedh2004/SealedMacro

    19عرض على GitHub↗

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

    Swift
    عرض على GitHub↗19
  • mikhailmaslo/macro-codable-kitالصورة الرمزية لـ mikhailmaslo

    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

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Find more with AI search
  • mr-alirezaa/buildablemacroالصورة الرمزية لـ Mr-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/codableoptionsetالصورة الرمزية لـ neothXT

    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/listablepropertiesالصورة الرمزية لـ neothXT

    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/swiftandtipsmacrosالصورة الرمزية لـ pitt500

    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/codingkeysmacroالصورة الرمزية لـ Ryu0118

    Ryu0118/CodingKeysMacro

    73عرض على GitHub↗

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

    Swift
    عرض على GitHub↗73
  • sasha-riabchuk/codingkeysmacro-swiftالصورة الرمزية لـ sasha-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/metacodableالصورة الرمزية لـ SwiftyLab

    SwiftyLab/MetaCodable

    777عرض على GitHub↗

    Supercharge Swift's Codable implementations with macros.

    Swift
    عرض على GitHub↗777
  • tgeisse/userdefaultsobservationالصورة الرمزية لـ tgeisse

    tgeisse/UserDefaultsObservation

    31عرض على GitHub↗

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

    Swift
    عرض على GitHub↗31
  • ugommirikwe/swiftcopyablemacroالصورة الرمزية لـ ugommirikwe

    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/enhancedmirrorالصورة الرمزية لـ unixzii

    unixzii/EnhancedMirror

    50عرض على GitHub↗

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

    Swift
    عرض على GitHub↗50
  • zijievv/codingkeysgeneratorالصورة الرمزية لـ zijievv

    zijievv/CodingKeysGenerator

    34عرض على GitHub↗

    Swift macros generating customizable CodingKeys

    Swift
    عرض على GitHub↗34