awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस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/structbuildermacroalschmut का अवतार

    alschmut/StructBuilderMacro

    22GitHub पर देखें↗

    @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/swiftbuildermacrodziobaczy का अवतार

    dziobaczy/SwiftBuilderMacro

    44GitHub पर देखें↗

    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

    19GitHub पर देखें↗

    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

    19GitHub पर देखें↗

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

    Swift
    GitHub पर देखें↗19
  • mikhailmaslo/macro-codable-kitmikhailmaslo का अवतार

    mikhailmaslo/macro-codable-kit

    41GitHub पर देखें↗

    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 सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Find more with AI search
  • mr-alirezaa/buildablemacroMr-Alirezaa का अवतार

    Mr-Alirezaa/BuildableMacro

    29GitHub पर देखें↗

    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

    5GitHub पर देखें↗

    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

    2GitHub पर देखें↗

    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

    110GitHub पर देखें↗

    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

    73GitHub पर देखें↗

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

    Swift
    GitHub पर देखें↗73
  • sasha-riabchuk/codingkeysmacro-swiftsasha-riabchuk का अवतार

    sasha-riabchuk/CodingKeysMacro-swift

    14GitHub पर देखें↗

    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

    777GitHub पर देखें↗

    Supercharge Swift's Codable implementations with macros.

    Swift
    GitHub पर देखें↗777
  • tgeisse/userdefaultsobservationtgeisse का अवतार

    tgeisse/UserDefaultsObservation

    31GitHub पर देखें↗

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

    Swift
    GitHub पर देखें↗31
  • ugommirikwe/swiftcopyablemacrougommirikwe का अवतार

    ugommirikwe/SwiftCopyableMacro

    5GitHub पर देखें↗

    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

    50GitHub पर देखें↗

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

    Swift
    GitHub पर देखें↗50
  • zijievv/codingkeysgeneratorzijievv का अवतार

    zijievv/CodingKeysGenerator

    34GitHub पर देखें↗

    Swift macros generating customizable CodingKeys

    Swift
    GitHub पर देखें↗34