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
·
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/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
  • 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
  • mikhailmaslo/macro-codable-kitAvatar von mikhailmaslo

    mikhailmaslo/macro-codable-kit

    41Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗41

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • mr-alirezaa/buildablemacroAvatar von Mr-Alirezaa

    Mr-Alirezaa/BuildableMacro

    29Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗29
  • neothxt/codableoptionsetAvatar von neothXT

    neothXT/CodableOptionSet

    5Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5
  • neothxt/listablepropertiesAvatar von neothXT

    neothXT/ListableProperties

    2Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗2
  • pitt500/swiftandtipsmacrosAvatar von pitt500

    pitt500/SwiftAndTipsMacros

    110Auf GitHub ansehen↗

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

    Swift
    Auf GitHub ansehen↗110
  • ryu0118/codingkeysmacroAvatar von Ryu0118

    Ryu0118/CodingKeysMacro

    73Auf GitHub ansehen↗

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

    Swift
    Auf GitHub ansehen↗73
  • sasha-riabchuk/codingkeysmacro-swiftAvatar von sasha-riabchuk

    sasha-riabchuk/CodingKeysMacro-swift

    14Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗14
  • swiftylab/metacodableAvatar von SwiftyLab

    SwiftyLab/MetaCodable

    777Auf GitHub ansehen↗

    Supercharge Swift's Codable implementations with macros.

    Swift
    Auf GitHub ansehen↗777
  • tgeisse/userdefaultsobservationAvatar von tgeisse

    tgeisse/UserDefaultsObservation

    31Auf GitHub ansehen↗

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

    Swift
    Auf GitHub ansehen↗31
  • ugommirikwe/swiftcopyablemacroAvatar von ugommirikwe

    ugommirikwe/SwiftCopyableMacro

    5Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5
  • unixzii/enhancedmirrorAvatar von unixzii

    unixzii/EnhancedMirror

    50Auf GitHub ansehen↗

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

    Swift
    Auf GitHub ansehen↗50
  • zijievv/codingkeysgeneratorAvatar von zijievv

    zijievv/CodingKeysGenerator

    34Auf GitHub ansehen↗

    Swift macros generating customizable CodingKeys

    Swift
    Auf GitHub ansehen↗34