awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 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 de alschmut

    alschmut/StructBuilderMacro

    22Ver en 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
    Ver en GitHub↗22
  • dziobaczy/swiftbuildermacroAvatar de dziobaczy

    dziobaczy/SwiftBuilderMacro

    44Ver en 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
    Ver en GitHub↗44
  • eneskaraosman/loremswiftifyAvatar de EnesKaraosman

    EnesKaraosman/LoremSwiftify

    19Ver en GitHub↗

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

    Swift
    Ver en GitHub↗19
  • leedh2004/sealedmacroAvatar de leedh2004

    leedh2004/SealedMacro

    19Ver en GitHub↗

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

    Swift
    Ver en GitHub↗19
  • mikhailmaslo/macro-codable-kitAvatar de mikhailmaslo

    mikhailmaslo/macro-codable-kit

    41Ver en 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
    Ver en GitHub↗41

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

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

    Mr-Alirezaa/BuildableMacro

    29Ver en 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
    Ver en GitHub↗29
  • neothxt/codableoptionsetAvatar de neothXT

    neothXT/CodableOptionSet

    5Ver en 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
    Ver en GitHub↗5
  • neothxt/listablepropertiesAvatar de neothXT

    neothXT/ListableProperties

    2Ver en 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
    Ver en GitHub↗2
  • pitt500/swiftandtipsmacrosAvatar de pitt500

    pitt500/SwiftAndTipsMacros

    110Ver en GitHub↗

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

    Swift
    Ver en GitHub↗110
  • ryu0118/codingkeysmacroAvatar de Ryu0118

    Ryu0118/CodingKeysMacro

    73Ver en GitHub↗

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

    Swift
    Ver en GitHub↗73
  • sasha-riabchuk/codingkeysmacro-swiftAvatar de sasha-riabchuk

    sasha-riabchuk/CodingKeysMacro-swift

    14Ver en 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
    Ver en GitHub↗14
  • swiftylab/metacodableAvatar de SwiftyLab

    SwiftyLab/MetaCodable

    777Ver en GitHub↗

    Supercharge Swift's Codable implementations with macros.

    Swift
    Ver en GitHub↗777
  • tgeisse/userdefaultsobservationAvatar de tgeisse

    tgeisse/UserDefaultsObservation

    31Ver en GitHub↗

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

    Swift
    Ver en GitHub↗31
  • ugommirikwe/swiftcopyablemacroAvatar de ugommirikwe

    ugommirikwe/SwiftCopyableMacro

    5Ver en 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
    Ver en GitHub↗5
  • unixzii/enhancedmirrorAvatar de unixzii

    unixzii/EnhancedMirror

    50Ver en GitHub↗

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

    Swift
    Ver en GitHub↗50
  • zijievv/codingkeysgeneratorAvatar de zijievv

    zijievv/CodingKeysGenerator

    34Ver en GitHub↗

    Swift macros generating customizable CodingKeys

    Swift
    Ver en GitHub↗34